lowercase command label

This commit is contained in:
2022-09-28 13:33:03 +02:00
parent 99f7c245da
commit 67ca2c2458
7 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<modules>
<module>CommandWhitelistCommon</module>
<module>CommandWhitelistBukkit</module>
@@ -46,7 +46,7 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.name}-${project.parent.version}</finalName>
<finalName>${project.name}-${project.version}</finalName>
</configuration>
</execution>
</executions>