Skip to content

Commit

Permalink
Plugin API update
Browse files Browse the repository at this point in the history
  • Loading branch information
hexosse committed Nov 2, 2016
1 parent 4950170 commit a4bc2fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.github.hexocraft</groupId>
<artifactId>random-items</artifactId>
<name>RandomItems</name>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<description>.</description>
<url>https://github.com/HexoCraft/${project.name}</url>
Expand Down Expand Up @@ -248,11 +248,11 @@
<relocations>
<relocation>
<pattern>net.objecthunter.exp4j</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.api.exp4j</shadedPattern>
<shadedPattern>${project.groupId}.random.items.api.exp4j</shadedPattern>
</relocation>
<relocation>
<pattern>com.github.hexocraftapi</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.api</shadedPattern>
<shadedPattern>${project.groupId}.random.items.api</shadedPattern>
</relocation>
</relocations>
<minimizeJar>false</minimizeJar>
Expand Down

0 comments on commit a4bc2fb

Please sign in to comment.