version bump (1.1.3)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user