Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakllp committed Aug 19, 2021
1 parent b279ce5 commit 4a1ca03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/MyPet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@

<groupId>de.keyle</groupId>
<artifactId>mypet</artifactId>
<version>3.12-SNAPSHOT</version>
<version>3.12-DEV2</version>
<packaging>jar</packaging>
<name>MyPet</name>
<url>https://www.spigotmc.org/resources/mypet.12725/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<minecraft.version>1.17</minecraft.version>
<minecraft.version>1.17.1</minecraft.version>
<bukkit.packets>
v1_7_R4;v1_8_R1;v1_8_R2;v1_8_R3;v1_9_R1;v1_9_R2;v1_10_R1;v1_11_R1;v1_12_R1;v1_13_R1;v1_13_R2;v1_14_R1;v1_15_R1;v1_16_R1;v1_16_R2;v1_16_R3;v1_17_R1;
</bukkit.packets>
Expand Down

0 comments on commit 4a1ca03

Please sign in to comment.