Skip to content

Commit aadf721

Browse files
committed
feat: 1.21.4 support
1 parent 6626416 commit aadf721

File tree

21 files changed

+357
-19
lines changed

21 files changed

+357
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See [FAQ](#FAQ)
5050
<dependency>
5151
<groupId>dev.cerus.maps</groupId>
5252
<artifactId>common</artifactId>
53-
<version>3.8.8</version>
53+
<version>3.8.9</version>
5454
<scope>provided</scope> <!-- "provided" if the maps plugin is on the server, "compile" if not -->
5555
</dependency>
5656

@@ -59,7 +59,7 @@ See [FAQ](#FAQ)
5959
<dependency>
6060
<groupId>dev.cerus.maps</groupId>
6161
<artifactId>plugin</artifactId>
62-
<version>3.8.8</version>
62+
<version>3.8.9</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
</dependencies>

bukkit-16_R3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-17_R1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-18_R1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-18_R2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-19_R1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-19_R2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>dev.cerus.maps</groupId>
8-
<version>3.8.8</version>
8+
<version>3.8.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bukkit-19_R3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.cerus.maps</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.8.8</version>
9+
<version>3.8.9</version>
1010
</parent>
1111

1212
<artifactId>bukkit-19_R3</artifactId>

bukkit-20_R1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.cerus.maps</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.8.8</version>
9+
<version>3.8.9</version>
1010
</parent>
1111

1212
<artifactId>bukkit-20_R1</artifactId>

bukkit-20_R2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.cerus.maps</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.8.8</version>
9+
<version>3.8.9</version>
1010
</parent>
1111

1212
<artifactId>bukkit-20_R2</artifactId>

0 commit comments

Comments
 (0)