version bump (1.1.3)

This commit is contained in:
ajgeiss0702
2020-05-10 13:47:43 -07:00
parent 8d0d3a547f
commit edc1e0ce10
4 changed files with 63 additions and 9 deletions
+26 -2
View File
@@ -4,7 +4,7 @@
<groupId>us.ajg0702</groupId>
<artifactId>ajQueue</artifactId>
<name>ajQueue</name>
<version>1.1.1</version>
<version>1.1.3</version>
<build>
<resources>
<resource>
@@ -35,12 +35,36 @@
<configuration>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<pattern>us.ajg0702.premium</pattern>
<shadedPattern>us.ajg0702.queue</shadedPattern>
</relocation>
</relocations>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>rename.sh</executable>
<workingDirectory>target</workingDirectory>
<arguments>
<argument>${project.version}</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>