Skip to content

Commit 1872ea8

Browse files
bump version
1 parent 1295e49 commit 1872ea8

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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.8.3</version>
9+
<version>2.9.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.8.3</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<artifactId>Common</artifactId>

CommandWhitelistVelocity/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.8.3</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<artifactId>Velocity</artifactId>

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.8.3</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<artifactId>Waterfall</artifactId>

pom.xml

Lines changed: 8 additions & 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.8.3</version>
9+
<version>2.9.0</version>
1010
<modules>
1111
<module>CommandWhitelistCommon</module>
1212
<module>CommandWhitelistBukkit</module>
@@ -47,6 +47,13 @@
4747
<configuration>
4848
<createDependencyReducedPom>false</createDependencyReducedPom>
4949
<finalName>${project.name}-${project.version}</finalName>
50+
<transformers>
51+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
52+
<manifestEntries>
53+
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
54+
</manifestEntries>
55+
</transformer>
56+
</transformers>
5057
</configuration>
5158
</execution>
5259
</executions>

0 commit comments

Comments
 (0)