Skip to content

Commit

Permalink
✅ 1.18にアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
tererun committed Feb 19, 2022
1 parent 659531d commit acdc725
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@

<groupId>me.tererun.plugin.birthday</groupId>
<artifactId>Birthday</artifactId>
<version>Patch-1.0.2</version>
<version>Patch-1.0.3</version>
<packaging>jar</packaging>

<name>Birthday</name>

<description>Birthday</description>
<properties>
<java.version>16</java.version>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<pluginRepositories>
<pluginRepository>
<id>maven-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -70,7 +77,7 @@
</repository>
<repository>
<id>skullcreator-repo</id>
<url>https://dl.bintray.com/deanveloper/SkullCreator</url>
<url>https://github.com/deanveloper/SkullCreator/raw/mvn-repo/</url>
</repository>
<repository>
<id>codemc-snapshots</id>
Expand Down

0 comments on commit acdc725

Please sign in to comment.