Skip to content

Commit 050bfb3

Browse files
committed
Update version number to 6.16.2
1 parent 3ce40de commit 050bfb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

VotingPlugin/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.bencodez</groupId>
66
<artifactId>${version.art}</artifactId>
7-
<version>6.16.1</version>
7+
<version>6.16.2</version>
88
<packaging>jar</packaging>
99
<name>VotingPlugin</name>
1010
<properties>
@@ -106,7 +106,7 @@
106106
<relocation>
107107
<pattern>com.bencodez.simpleapi</pattern>
108108
<shadedPattern>
109-
${project.groupId}.advancedcore.simpleapi</shadedPattern>
109+
${project.groupId}.votingplugin.simpleapi</shadedPattern>
110110
</relocation>
111111
<relocation>
112112
<pattern>com.bencodez.advancedcore</pattern>
@@ -186,8 +186,7 @@
186186
<goal>copy-resources</goal>
187187
</goals>
188188
<configuration>
189-
<outputDirectory>${user.home}/Documents/Test
190-
Server/plugins</outputDirectory>
189+
<outputDirectory>${user.home}/Documents/Test Server/plugins</outputDirectory>
191190
<resources>
192191
<resource>
193192
<directory>${basedir}/target</directory>

0 commit comments

Comments
 (0)