Skip to content

Commit a4bc2fb

Browse files
committed
Plugin API update
1 parent 4950170 commit a4bc2fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>com.github.hexocraft</groupId>
2424
<artifactId>random-items</artifactId>
2525
<name>RandomItems</name>
26-
<version>1.0.0</version>
26+
<version>1.0.1</version>
2727
<packaging>jar</packaging>
2828
<description>.</description>
2929
<url>https://github.com/HexoCraft/${project.name}</url>
@@ -248,11 +248,11 @@
248248
<relocations>
249249
<relocation>
250250
<pattern>net.objecthunter.exp4j</pattern>
251-
<shadedPattern>${project.groupId}.${project.artifactId}.api.exp4j</shadedPattern>
251+
<shadedPattern>${project.groupId}.random.items.api.exp4j</shadedPattern>
252252
</relocation>
253253
<relocation>
254254
<pattern>com.github.hexocraftapi</pattern>
255-
<shadedPattern>${project.groupId}.${project.artifactId}.api</shadedPattern>
255+
<shadedPattern>${project.groupId}.random.items.api</shadedPattern>
256256
</relocation>
257257
</relocations>
258258
<minimizeJar>false</minimizeJar>

0 commit comments

Comments
 (0)