Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Sep 7, 2022
1 parent 712f30a commit 6d251e9
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.19.2-R0.1-SNAPSHOT</bukkit.version>
<placeholderapi.version>2.10.9</placeholderapi.version>
<placeholderapi.version>2.11.2</placeholderapi.version>
<worldguard.version>7.0.4</worldguard.version>
<powermock.version>1.4.12</powermock.version>
<build.number>Unknown</build.number>
Expand Down Expand Up @@ -98,30 +98,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<relocations>
<relocation>
<pattern>org.uncommons.maths</pattern>
<shadedPattern>clib.org.uncommons.maths</shadedPattern>
</relocation>
<relocation>
<pattern>net.kyori</pattern>
<shadedPattern>clib.net.kyori</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6d251e9

Please sign in to comment.