Skip to content

Commit 36e38a9

Browse files
committed
chore: update for Minecraft 1.21.11 support
1 parent 044ee62 commit 36e38a9

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

pluginbase-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.36.0-SNAPSHOT</version>
10+
<version>1.36.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-core</artifactId>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.github.cryptomorin</groupId>
143143
<artifactId>XSeries</artifactId>
144-
<version>13.5.1</version>
144+
<version>13.6.0</version>
145145
<scope>compile</scope>
146146
<optional>true</optional>
147147
</dependency>

pluginbase-games/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.36.0-SNAPSHOT</version>
10+
<version>1.36.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-games</artifactId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>dev.demeng</groupId>
5454
<artifactId>pluginbase-core</artifactId>
55-
<version>1.36.0-SNAPSHOT</version>
55+
<version>1.36.1-SNAPSHOT</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
</dependencies>

pluginbase-mongo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.36.0-SNAPSHOT</version>
10+
<version>1.36.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-mongo</artifactId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>dev.demeng</groupId>
7676
<artifactId>pluginbase-core</artifactId>
77-
<version>1.36.0-SNAPSHOT</version>
77+
<version>1.36.1-SNAPSHOT</version>
7878
<scope>provided</scope>
7979
</dependency>
8080
<dependency>

pluginbase-redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.36.0-SNAPSHOT</version>
10+
<version>1.36.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-redis</artifactId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>dev.demeng</groupId>
7777
<artifactId>pluginbase-core</artifactId>
78-
<version>1.36.0-SNAPSHOT</version>
78+
<version>1.36.1-SNAPSHOT</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

pluginbase-sql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.36.0-SNAPSHOT</version>
10+
<version>1.36.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-sql</artifactId>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>dev.demeng</groupId>
7878
<artifactId>pluginbase-core</artifactId>
79-
<version>1.36.0-SNAPSHOT</version>
79+
<version>1.36.1-SNAPSHOT</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.demeng</groupId>
88
<artifactId>pluginbase</artifactId>
9-
<version>1.36.0-SNAPSHOT</version>
9+
<version>1.36.1-SNAPSHOT</version>
1010

1111
<name>PluginBase</name>
1212

@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.spigotmc</groupId>
132132
<artifactId>spigot-api</artifactId>
133-
<version>1.21.10-R0.1-SNAPSHOT</version>
133+
<version>1.21.11-R0.1-SNAPSHOT</version>
134134
<scope>provided</scope>
135135
</dependency>
136136
<dependency>

0 commit comments

Comments
 (0)