Skip to content

Commit 1013501

Browse files
committed
chore(deps): Change "bungee" to "waterfall"
1 parent 3e30a83 commit 1013501

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

platforms/bungee/pom.xml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@
5656
<url>https://github.com/CarmJos/MineSQL/actions/workflows/maven.yml</url>
5757
</ciManagement>
5858

59-
<repositories>
60-
61-
<repository>
62-
<id>bungeecord-repo</id>
63-
<url>https://s1.oss.sonatype.org/content/repositories/snapshots</url>
64-
</repository>
65-
66-
</repositories>
67-
6859
<dependencies>
6960

7061
<dependency>
@@ -75,18 +66,9 @@
7566
</dependency>
7667

7768
<dependency>
78-
<groupId>net.md-5</groupId>
79-
<artifactId>bungeecord-api</artifactId>
80-
<version>1.16-R0.5-SNAPSHOT</version>
81-
<type>jar</type>
82-
<scope>provided</scope>
83-
</dependency>
84-
85-
<dependency>
86-
<groupId>net.md-5</groupId>
87-
<artifactId>bungeecord-api</artifactId>
88-
<version>1.16-R0.5-SNAPSHOT</version>
89-
<type>javadoc</type>
69+
<groupId>io.github.waterfallmc</groupId>
70+
<artifactId>waterfall-api</artifactId>
71+
<version>1.21-R0.1-SNAPSHOT</version>
9072
<scope>provided</scope>
9173
</dependency>
9274

0 commit comments

Comments
 (0)