Compile fixes

This commit is contained in:
BGHDDevelopment 2021-12-29 10:03:10 -08:00
parent d3ebe39b3a
commit 8adaaeb512
4 changed files with 13 additions and 12 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.jaimemartz</groupId>
<artifactId>playerbalancer-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>playerbalancer-addon</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.jaimemartz</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<artifactId>playerbalancer-parent</artifactId>
</parent>

View File

@ -6,10 +6,10 @@
<groupId>com.bghddevelopment.partyandfriendsaddon</groupId>
<artifactId>PBServerConnector</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Addon</name>
<name>PartyAndFriendsAddon</name>
<properties>
<java.version>1.8</java.version>
@ -61,17 +61,17 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>simonsators Repo</id>
<url>http://simonsator.de/repo</url>
</repository>
<repository>
<id>simonsators Repo</id>
<url>https://simonsator.de/repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>BungeecordPartyAndFriends</artifactId>
<version>1.0.79</version>
<version>1.0.85</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
@ -88,7 +88,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<groupId>com.jaimemartz.playerbalancer</groupId>
<artifactId>PlayerBalancer</artifactId>
<version>2.3.0-SNAPSHOT</version>
<scope>system</scope>

View File

@ -6,12 +6,13 @@
<groupId>com.jaimemartz</groupId>
<artifactId>playerbalancer-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>balancer</module>
<module>addon</module>
<module>partyandfriendsaddon</module>
</modules>
<name>PlayerBalancerParent</name>
@ -140,7 +141,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
<dependency>