Skip to content

Commit

Permalink
Removed reroutes for version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Braffolk committed Oct 24, 2020
1 parent be2b006 commit 96a4198
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>FBorderVisualiser-Addon</artifactId>
<version>v0.1-1.0.7-RC</version>
<version>v0.1-1.0.8-RC</version>

<properties>
<kotlin.version>1.4.10</kotlin.version>
Expand Down Expand Up @@ -61,17 +61,12 @@
<configuration>
<artifactSet>
<includes>
<include>net.prosavage.factionsx.addonframework.*</include>
<include>org.jetbrains.kotlin:kotlin-stdlib</include>
<include>org.jetbrains.kotlin:kotlin-stdlib-common</include>
<include>org.jetbrains.kotlin:kotlin-stdlib-jdk8</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>net.prosavage.factionsx.addonframework</pattern>
<shadedPattern>net.prosavage.factionsx.shade.addonframework</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 96a4198

Please sign in to comment.