Skip to content

Commit a9bb7e1

Browse files
committed
update plugin
1 parent ccdfdf5 commit a9bb7e1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>me.hsgamer.bettergui</groupId>
88
<artifactId>addon-parent</artifactId>
9-
<version>3.2</version>
9+
<version>4.0</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>
1313
<java.version>1.8</java.version>
14-
<plugin.version>9.5</plugin.version>
14+
<plugin.version>10.0</plugin.version>
1515
<license.packageName>me.hsgamer.bettergui.lib.license</license.packageName>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
@@ -62,6 +62,12 @@
6262
<shadedPattern>me.hsgamer.bettergui.lib.core</shadedPattern>
6363
</relocation>
6464

65+
<!-- MineLib -->
66+
<relocation>
67+
<pattern>io.github.projectunified.minelib</pattern>
68+
<shadedPattern>me.hsgamer.bettergui.lib.minelib</shadedPattern>
69+
</relocation>
70+
6571
<!-- bStats -->
6672
<relocation>
6773
<pattern>org.bstats</pattern>

0 commit comments

Comments
 (0)