summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-04-19 20:00:53 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-04-19 20:00:53 -0400
commit4278cf4472494d6f17bea33b8e54f7815a730ccf (patch)
tree5d1c175f93e1eb32bcd81198c646a6b88ed10372 /pom.xml
parent1.4.0 hotfix (diff)
downloadkenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.tar.gz
kenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.tar.bz2
kenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.zip
1.4.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1d77b2c..a5b94b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion>
<groupId>net.tylermurphy</groupId>
<artifactId>HideAndSeek</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<name>Hide and Seek Plugin</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -26,7 +26,15 @@
<relocations>
<relocation>
<pattern>com.cryptomorin.xseries</pattern>
- <shadedPattern>net.tylermurphy.xseries</shadedPattern>
+ <shadedPattern>net.tylermurphy.dependencies.xseries</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.sqlite</pattern>
+ <shadedPattern>net.tylermurphy.dependencies.sqlite</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.ibex</pattern>
+ <shadedPattern>net.tylermurphy.dependencies.ibex</shadedPattern>
</relocation>
</relocations>
<artifactSet>
@@ -42,6 +50,7 @@
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.MF</exclude>
+ <exclude>META-INF</exclude>
<exclude>sqlite-jdbc.properties</exclude>
</excludes>
</filter>
@@ -51,6 +60,7 @@
<resource>META-INF/services/java.sql.Driver</resource>
</transformer>
</transformers>
+ <minimizeJar>true</minimizeJar>
</configuration>
<executions>
<execution>