Release v3.0.0-SNAPSHOT

This commit is contained in:
ceze88 2023-08-02 19:00:34 +02:00
parent 6ce4674d0e
commit fa62c5e522
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.songoda</groupId> <groupId>com.craftaro</groupId>
<artifactId>UltimateModeration</artifactId> <artifactId>UltimateModeration</artifactId>
<version>2.0.15</version> <version>3.0.0-SNAPSHOT</version>
<name>UltimateModeration</name> <name>UltimateModeration</name>
<description>Take complete control over your server with punishment templates via a simplified yet powerful moderation system</description> <description>Take complete control over your server with punishment templates via a simplified yet powerful moderation system</description>
@ -54,7 +54,7 @@
<relocations> <relocations>
<relocation> <relocation>
<pattern>com.craftaro.core</pattern> <pattern>com.craftaro.core</pattern>
<shadedPattern>com.songoda.ultimatemoderation.core</shadedPattern> <shadedPattern>com.craftaro.ultimatemoderation.core</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>
@ -74,6 +74,7 @@
<excludeDefaults>false</excludeDefaults> <excludeDefaults>false</excludeDefaults>
<includes> <includes>
<include>**/nms/v*/**</include> <include>**/nms/v*/**</include>
<include>**/third_party/**</include>
</includes> </includes>
</filter> </filter>
</filters> </filters>