Skip to content

Commit

Permalink
Update XSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
demengc committed Jun 8, 2024
1 parent ff45c0a commit 57253e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pluginbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pluginbase</artifactId>
<groupId>dev.demeng</groupId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
</parent>

<artifactId>pluginbase-core</artifactId>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>10.0.0</version>
<version>11.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pluginbase-games/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pluginbase</artifactId>
<groupId>dev.demeng</groupId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
</parent>

<artifactId>pluginbase-games</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>dev.demeng</groupId>
<artifactId>pluginbase-core</artifactId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pluginbase-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pluginbase</artifactId>
<groupId>dev.demeng</groupId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
</parent>

<artifactId>pluginbase-mongo</artifactId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>dev.demeng</groupId>
<artifactId>pluginbase-core</artifactId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pluginbase-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pluginbase</artifactId>
<groupId>dev.demeng</groupId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
</parent>

<artifactId>pluginbase-redis</artifactId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>dev.demeng</groupId>
<artifactId>pluginbase-core</artifactId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pluginbase-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>pluginbase</artifactId>
<groupId>dev.demeng</groupId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
</parent>

<artifactId>pluginbase-sql</artifactId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>dev.demeng</groupId>
<artifactId>pluginbase-core</artifactId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.demeng</groupId>
<artifactId>pluginbase</artifactId>
<version>1.32.9-SNAPSHOT</version>
<version>1.32.10-SNAPSHOT</version>

<name>PluginBase</name>

Expand Down

0 comments on commit 57253e0

Please sign in to comment.