Skip to content

Commit 8adaaeb

Browse files
Compile fixes
1 parent d3ebe39 commit 8adaaeb

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

addon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.jaimemartz</groupId>
99
<artifactId>playerbalancer-parent</artifactId>
10-
<version>2.3.0-SNAPSHOT</version>
10+
<version>2.3.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>playerbalancer-addon</artifactId>

balancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<groupId>com.jaimemartz</groupId>
9-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.1-SNAPSHOT</version>
1010
<artifactId>playerbalancer-parent</artifactId>
1111
</parent>
1212

partyandfriendsaddon/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>com.bghddevelopment.partyandfriendsaddon</groupId>
88
<artifactId>PBServerConnector</artifactId>
9-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<name>Addon</name>
12+
<name>PartyAndFriendsAddon</name>
1313

1414
<properties>
1515
<java.version>1.8</java.version>
@@ -61,17 +61,17 @@
6161
<id>sonatype</id>
6262
<url>https://oss.sonatype.org/content/groups/public/</url>
6363
</repository>
64-
<repository>
65-
<id>simonsators Repo</id>
66-
<url>http://simonsator.de/repo</url>
67-
</repository>
64+
<repository>
65+
<id>simonsators Repo</id>
66+
<url>https://simonsator.de/repo</url>
67+
</repository>
6868
</repositories>
6969

7070
<dependencies>
7171
<dependency>
7272
<groupId>de.simonsator</groupId>
7373
<artifactId>BungeecordPartyAndFriends</artifactId>
74-
<version>1.0.79</version>
74+
<version>1.0.85</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>net.md-5</groupId>
@@ -88,7 +88,7 @@
8888
<scope>provided</scope>
8989
</dependency>
9090
<dependency>
91-
<groupId>org.spigotmc</groupId>
91+
<groupId>com.jaimemartz.playerbalancer</groupId>
9292
<artifactId>PlayerBalancer</artifactId>
9393
<version>2.3.0-SNAPSHOT</version>
9494
<scope>system</scope>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
<groupId>com.jaimemartz</groupId>
88
<artifactId>playerbalancer-parent</artifactId>
9-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>
1313
<module>balancer</module>
1414
<module>addon</module>
15+
<module>partyandfriendsaddon</module>
1516
</modules>
1617

1718
<name>PlayerBalancerParent</name>
@@ -140,7 +141,7 @@
140141
<dependency>
141142
<groupId>org.projectlombok</groupId>
142143
<artifactId>lombok</artifactId>
143-
<version>1.18.10</version>
144+
<version>1.18.22</version>
144145
<scope>provided</scope>
145146
</dependency>
146147
<dependency>

0 commit comments

Comments
 (0)