Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTheDefender authored Dec 29, 2022
1 parent 72b22cc commit d7694b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<groupId>me.defender</groupId>
<artifactId>ItemRotation</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>BW1058-ItemRotation</artifactId>
<version>v1.1</version>
<packaging>jar</packaging>

<name>ItemRotation</name>

<description>Adds item rotation category to your minecraft server with new items to buy</description>
<properties>
<java.version>11</java.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -75,13 +75,6 @@
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.andrei1058.bedwars</groupId>
<artifactId>BedWars1058</artifactId>
<version>22.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/bedwars-plugin-22.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.github.hakan-krgn.hCore</groupId>
<artifactId>bukkit-primary</artifactId>
Expand All @@ -94,5 +87,12 @@
<version>4.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.andrei1058.bedwars</groupId>
<artifactId>BedWars1058</artifactId>
<version>22.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/bedwars-plugin-22.7.jar</systemPath>
</dependency>
</dependencies>
</project>

0 comments on commit d7694b4

Please sign in to comment.