mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-22 10:15:55 +01:00
Release v3.0.0-SNAPSHOT
This commit is contained in:
parent
6ce4674d0e
commit
fa62c5e522
7
pom.xml
7
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user