Skip to content

Commit aee2b72

Browse files
committed
fix: use the latest Bungeecord version and fix Maven pom.xml files
1 parent 03a195c commit aee2b72

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ juppiter = "0.4.0"
44
shadow = "9.1.0"
55

66
spigot = "1.21.8-R0.1-SNAPSHOT"
7-
bungeecord = "1.21-R0.1-SNAPSHOT"
7+
bungeecord = "1.21-R0.3"
88

99
slf4j = "2.0.17"
1010
junit = "5.13.4"

maven/bukkit/plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<!-- CloudNet v4 -->
4848
<dependency>
4949
<groupId>eu.cloudnetservice.cloudnet</groupId>
50-
<artifactId>bridge</artifactId>
50+
<artifactId>bridge-api</artifactId>
5151
<scope>provided</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>eu.cloudnetservice.cloudnet</groupId>
55-
<artifactId>wrapper-jvm</artifactId>
55+
<artifactId>wrapper-jvm-api</artifactId>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>

maven/bungeecord/plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
<dependency>
4343
<groupId>net.md-5</groupId>
4444
<artifactId>bungeecord-api</artifactId>
45-
<version>1.21-R0.1-SNAPSHOT</version>
45+
<version>1.21-R0.3</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<!-- CloudNet v4 -->
4949
<dependency>
5050
<groupId>eu.cloudnetservice.cloudnet</groupId>
51-
<artifactId>bridge</artifactId>
51+
<artifactId>bridge-api</artifactId>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.cloudnetservice.cloudnet</groupId>
56-
<artifactId>wrapper-jvm</artifactId>
56+
<artifactId>wrapper-jvm-api</artifactId>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>

maven/cloudnet/rpc-module/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,22 @@
5252
<!-- CloudNet v4 -->
5353
<dependency>
5454
<groupId>eu.cloudnetservice.cloudnet</groupId>
55-
<artifactId>node</artifactId>
55+
<artifactId>node-api</artifactId>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>eu.cloudnetservice.cloudnet</groupId>
60-
<artifactId>bridge</artifactId>
60+
<artifactId>bridge-api</artifactId>
6161
<scope>provided</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>eu.cloudnetservice.cloudnet</groupId>
65-
<artifactId>wrapper-jvm</artifactId>
65+
<artifactId>utils-base</artifactId>
66+
<scope>provided</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>eu.cloudnetservice.cloudnet</groupId>
70+
<artifactId>wrapper-jvm-api</artifactId>
6671
<scope>provided</scope>
6772
</dependency>
6873
<dependency>

0 commit comments

Comments
 (0)