Skip to content

Commit

Permalink
Update Plugin version + DRP
Browse files Browse the repository at this point in the history
  • Loading branch information
axemwa committed Aug 20, 2019
1 parent b59fc4c commit 79f9ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.shanodekono.nostrip</groupId>
<artifactId>NoStrip</artifactId>
<version>2.0</version>
<version>2.1</version>
<build>
<resources>
<resource>
Expand Down Expand Up @@ -35,7 +35,7 @@
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>me.shanodekono.nostrip</shadedPattern>
<shadedPattern>me.shanodekono.NoStrip</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.shanodekono.nostrip</groupId>
<artifactId>NoStrip</artifactId>
<version>2.0</version>
<version>2.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -30,7 +30,7 @@
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>me.shanodekono.nostrip</shadedPattern>
<shadedPattern>me.shanodekono.NoStrip</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 79f9ca8

Please sign in to comment.