Skip to content

Commit

Permalink
Update version number to 6.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed May 26, 2024
1 parent 3ce40de commit 050bfb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions VotingPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bencodez</groupId>
<artifactId>${version.art}</artifactId>
<version>6.16.1</version>
<version>6.16.2</version>
<packaging>jar</packaging>
<name>VotingPlugin</name>
<properties>
Expand Down Expand Up @@ -106,7 +106,7 @@
<relocation>
<pattern>com.bencodez.simpleapi</pattern>
<shadedPattern>
${project.groupId}.advancedcore.simpleapi</shadedPattern>
${project.groupId}.votingplugin.simpleapi</shadedPattern>
</relocation>
<relocation>
<pattern>com.bencodez.advancedcore</pattern>
Expand Down Expand Up @@ -186,8 +186,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${user.home}/Documents/Test
Server/plugins</outputDirectory>
<outputDirectory>${user.home}/Documents/Test Server/plugins</outputDirectory>
<resources>
<resource>
<directory>${basedir}/target</directory>
Expand Down

0 comments on commit 050bfb3

Please sign in to comment.