rename modules

hopefully fix depends
This commit is contained in:
2021-09-13 22:48:22 +02:00
parent 727d6c3227
commit 26a408812d
4 changed files with 26 additions and 18 deletions
+8 -4
View File
@@ -11,7 +11,7 @@
<artifactId>Bukkit</artifactId>
<packaging>jar</packaging>
<name>CommandWhitelist</name>
<name>CommandWhitelist-Bukkit</name>
<description>You decide what commands players can use or tab complete on your server!</description>
<properties>
@@ -42,7 +42,7 @@
<goal>shade</goal>
</goals>
<configuration>
<finalName>${project.name}-${project.artifactId}-${project.parent.version}</finalName>
<finalName>${project.name}-${project.parent.version}</finalName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
@@ -72,13 +72,17 @@
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>