Skip to content

Commit 6a3dc80

Browse files
bump version
1 parent c5bf4b7 commit 6a3dc80

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CommandWhitelistBukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<artifactId>Bukkit</artifactId>

CommandWhitelistCommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<artifactId>Common</artifactId>

CommandWhitelistVelocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<artifactId>Velocity</artifactId>
@@ -15,7 +15,7 @@
1515

1616
<description>You decide what commands players can use or tab complete on your server!</description>
1717
<properties>
18-
<java.version>1.8</java.version>
18+
<java.version>21</java.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
</properties>
2121
<url>youhavetrouble.me</url>

CommandWhitelistWaterfall/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<artifactId>Waterfall</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
<modules>
1111
<module>CommandWhitelistCommon</module>
1212
<module>CommandWhitelistBukkit</module>

0 commit comments

Comments
 (0)