version bump (1.6.10)

This commit is contained in:
ajgeiss0702
2020-10-17 09:06:43 -07:00
parent a9f2c302bd
commit 225e7801df
2 changed files with 29 additions and 6 deletions
+19 -3
View File
@@ -4,7 +4,7 @@
<groupId>us.ajg0702</groupId>
<artifactId>ajQueue</artifactId>
<name>ajQueue</name>
<version>1.6.7</version>
<version>1.6.10</version>
<build>
<resources>
<resource>
@@ -55,8 +55,8 @@
<configuration>
<relocations>
<relocation>
<pattern>us.ajg0702.utils</pattern>
<shadedPattern>us.ajg0702.queue.utils</shadedPattern>
<pattern>redis.clients.jedis</pattern>
<shadedPattern>us.ajg0702.queue.jedis</shadedPattern>
</relocation>
</relocations>
</configuration>
@@ -104,8 +104,24 @@
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.MyzelYam</groupId>
<artifactId>PremiumVanishAPI</artifactId>
<version>2.0.3</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jsr305</artifactId>
<groupId>com.google.code.findbugs</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>