diff --git a/CommandWhitelistBukkit/pom.xml b/CommandWhitelistBukkit/pom.xml
index c5ec6ff..bd18cb6 100644
--- a/CommandWhitelistBukkit/pom.xml
+++ b/CommandWhitelistBukkit/pom.xml
@@ -11,7 +11,7 @@
Bukkit
jar
- CommandWhitelist
+ CommandWhitelist-Bukkit
You decide what commands players can use or tab complete on your server!
@@ -42,7 +42,7 @@
shade
- ${project.name}-${project.artifactId}-${project.parent.version}
+ ${project.name}-${project.parent.version}
false
@@ -72,13 +72,17 @@
dmulloy2-repo
https://repo.dmulloy2.net/nexus/repository/public/
+
+ papermc
+ https://papermc.io/repo/repository/maven-public/
+
- com.destroystokyo.paper
+ io.papermc.paper
paper-api
- 1.16.5-R0.1-SNAPSHOT
+ 1.17.1-R0.1-SNAPSHOT
provided
diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml
index 9b4cb96..cef399d 100644
--- a/CommandWhitelistCommon/pom.xml
+++ b/CommandWhitelistCommon/pom.xml
@@ -11,7 +11,7 @@
Common
jar
- CommandWhitelist
+ CommandWhitelist-Common
You decide what commands players can use or tab complete on your server!
@@ -43,7 +43,7 @@
false
- ${project.name}-${project.artifactId}-${project.parent.version}
+ ${project.name}-${project.parent.version}
@@ -66,6 +66,10 @@
velocitypowered-repo
https://repo.velocitypowered.com/releases/
+
+ papermc
+ https://papermc.io/repo/repository/maven-public/
+
@@ -82,9 +86,9 @@
provided
- com.destroystokyo.paper
+ io.papermc.paper
paper-api
- 1.16.5-R0.1-SNAPSHOT
+ 1.17.1-R0.1-SNAPSHOT
provided
diff --git a/CommandWhitelistVelocity/pom.xml b/CommandWhitelistVelocity/pom.xml
index 4942606..2eac89a 100644
--- a/CommandWhitelistVelocity/pom.xml
+++ b/CommandWhitelistVelocity/pom.xml
@@ -11,7 +11,7 @@
Velocity
jar
- CommandWhitelist
+ CommandWhitelist-Velocity
You decide what commands players can use or tab complete on your server!
@@ -43,7 +43,7 @@
false
- ${project.name}-${project.artifactId}-${project.parent.version}
+ ${project.name}-${project.parent.version}
org.bstats
diff --git a/CommandWhitelistWaterfall/pom.xml b/CommandWhitelistWaterfall/pom.xml
index 26a50e6..9162d5d 100644
--- a/CommandWhitelistWaterfall/pom.xml
+++ b/CommandWhitelistWaterfall/pom.xml
@@ -11,7 +11,7 @@
Waterfall
jar
- CommandWhitelist
+ CommandWhitelist-Waterfall
You decide what commands players can use or tab complete on your server!
@@ -43,7 +43,7 @@
false
- ${project.name}-${project.artifactId}-${project.parent.version}
+ ${project.name}-${project.parent.version}
org.bstats
@@ -75,18 +75,18 @@
-
- io.github.waterfallmc
- waterfall-api
- 1.17-R0.1-SNAPSHOT
- provided
-
eu.endermite.commandwhitelist
Common
${project.parent.version}
compile
+
+ io.github.waterfallmc
+ waterfall-api
+ 1.17-R0.1-SNAPSHOT
+ provided
+
net.kyori
adventure-platform-bungeecord