Skip to content

Commit

Permalink
bump lib and pom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 20, 2023
1 parent bf6a1cc commit 99ef024
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib
Submodule lib updated 1 files
+ Shopkeepers.jar
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -6,15 +6,15 @@
<groupId>com.denizenscript</groupId>
<artifactId>depenizen</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Depenizen</name>
<url>https://github.com/DenizenScript/Depenizen</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.19.4-R0.1-SNAPSHOT</craftbukkit.version>
<citizens.version>2.0.31-SNAPSHOT</citizens.version>
<denizen.version>1.2.7-SNAPSHOT</denizen.version>
<craftbukkit.version>1.20.1-R0.1-SNAPSHOT</craftbukkit.version>
<citizens.version>2.0.32-SNAPSHOT</citizens.version>
<denizen.version>1.2.8-SNAPSHOT</denizen.version>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
</properties>

Expand Down Expand Up @@ -298,7 +298,7 @@
<dependency>
<groupId>com.nisovin.shopkeepers</groupId>
<artifactId>Shopkeepers</artifactId>
<version>2.16.6</version>
<version>2.16.5</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Shopkeepers.jar</systemPath>
</dependency>
Expand Down

0 comments on commit 99ef024

Please sign in to comment.