diff --git a/pluginbase-core/pom.xml b/pluginbase-core/pom.xml index 6586fa60..d6f7b8df 100644 --- a/pluginbase-core/pom.xml +++ b/pluginbase-core/pom.xml @@ -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> @@ -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> diff --git a/pluginbase-games/pom.xml b/pluginbase-games/pom.xml index 8f00ee2b..f288d23b 100644 --- a/pluginbase-games/pom.xml +++ b/pluginbase-games/pom.xml @@ -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> @@ -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> diff --git a/pluginbase-mongo/pom.xml b/pluginbase-mongo/pom.xml index 7ee29cae..21761143 100644 --- a/pluginbase-mongo/pom.xml +++ b/pluginbase-mongo/pom.xml @@ -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> @@ -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> diff --git a/pluginbase-redis/pom.xml b/pluginbase-redis/pom.xml index fd537c7f..18ae78e0 100644 --- a/pluginbase-redis/pom.xml +++ b/pluginbase-redis/pom.xml @@ -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> @@ -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> diff --git a/pluginbase-sql/pom.xml b/pluginbase-sql/pom.xml index 90981495..8bbe4d81 100644 --- a/pluginbase-sql/pom.xml +++ b/pluginbase-sql/pom.xml @@ -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> @@ -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> diff --git a/pom.xml b/pom.xml index 6f12c14a..30aa6cef 100644 --- a/pom.xml +++ b/pom.xml @@ -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>