Skip to content

Commit bf2a166

Browse files
committed
Increase Version number to 2.3 + DRP
1 parent 62c62c0 commit bf2a166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependency-reduced-pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.shanodekono.nostrip</groupId>
55
<artifactId>NoStrip</artifactId>
6-
<version>2.2</version>
6+
<version>2.3</version>
77
<build>
88
<resources>
99
<resource>
@@ -35,7 +35,7 @@
3535
<relocations>
3636
<relocation>
3737
<pattern>org.bstats</pattern>
38-
<shadedPattern>me.shanodekono</shadedPattern>
38+
<shadedPattern>me.shanodekono.nostrip</shadedPattern>
3939
</relocation>
4040
</relocations>
4141
</configuration>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.shanodekono.nostrip</groupId>
88
<artifactId>NoStrip</artifactId>
9-
<version>2.2</version>
9+
<version>2.3</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
</properties>
@@ -30,7 +30,7 @@
3030
<relocations>
3131
<relocation>
3232
<pattern>org.bstats</pattern>
33-
<shadedPattern>me.shanodekono</shadedPattern>
33+
<shadedPattern>me.shanodekono.nostrip</shadedPattern>
3434
</relocation>
3535
</relocations>
3636
</configuration>

0 commit comments

Comments
 (0)