Skip to content

Commit

Permalink
update old version in main plugin pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 23, 2018
1 parent 9e0b4e0 commit 50619f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main/pom.xml
Expand Up @@ -7,12 +7,12 @@
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-parent</artifactId>
<version>2.0.24-SNAPSHOT</version>
</parent>
<artifactId>citizens-main</artifactId>
</parent>
<artifactId>citizens-main</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.13.1-R0.1-SNAPSHOT</craftbukkit.version>
<craftbukkit.version>1.13.2-R0.1-SNAPSHOT</craftbukkit.version>
<citizensapi.version>${project.version}</citizensapi.version>
<vault.version>1.5.4</vault.version>
<powermock.version>1.4.12</powermock.version>
Expand Down Expand Up @@ -52,7 +52,7 @@
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizensapi</artifactId>
Expand Down

0 comments on commit 50619f3

Please sign in to comment.