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> <artifactId>Bukkit</artifactId>
<packaging>jar</packaging> <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> <description>You decide what commands players can use or tab complete on your server!</description>
<properties> <properties>
@@ -42,7 +42,7 @@
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
<configuration> <configuration>
<finalName>${project.name}-${project.artifactId}-${project.parent.version}</finalName> <finalName>${project.name}-${project.parent.version}</finalName>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<relocations> <relocations>
<relocation> <relocation>
@@ -72,13 +72,17 @@
<id>dmulloy2-repo</id> <id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url> <url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository> </repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories> </repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version> <version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
+8 -4
View File
@@ -11,7 +11,7 @@
<artifactId>Common</artifactId> <artifactId>Common</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CommandWhitelist</name> <name>CommandWhitelist-Common</name>
<description>You decide what commands players can use or tab complete on your server!</description> <description>You decide what commands players can use or tab complete on your server!</description>
<properties> <properties>
@@ -43,7 +43,7 @@
</goals> </goals>
<configuration> <configuration>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.name}-${project.artifactId}-${project.parent.version}</finalName> <finalName>${project.name}-${project.parent.version}</finalName>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
@@ -66,6 +66,10 @@
<id>velocitypowered-repo</id> <id>velocitypowered-repo</id>
<url>https://repo.velocitypowered.com/releases/</url> <url>https://repo.velocitypowered.com/releases/</url>
</repository> </repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories> </repositories>
<dependencies> <dependencies>
@@ -82,9 +86,9 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version> <version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
+2 -2
View File
@@ -11,7 +11,7 @@
<artifactId>Velocity</artifactId> <artifactId>Velocity</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CommandWhitelist</name> <name>CommandWhitelist-Velocity</name>
<description>You decide what commands players can use or tab complete on your server!</description> <description>You decide what commands players can use or tab complete on your server!</description>
<properties> <properties>
@@ -43,7 +43,7 @@
</goals> </goals>
<configuration> <configuration>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.name}-${project.artifactId}-${project.parent.version}</finalName> <finalName>${project.name}-${project.parent.version}</finalName>
<relocations> <relocations>
<relocation> <relocation>
<pattern>org.bstats</pattern> <pattern>org.bstats</pattern>
+8 -8
View File
@@ -11,7 +11,7 @@
<artifactId>Waterfall</artifactId> <artifactId>Waterfall</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CommandWhitelist</name> <name>CommandWhitelist-Waterfall</name>
<description>You decide what commands players can use or tab complete on your server!</description> <description>You decide what commands players can use or tab complete on your server!</description>
<properties> <properties>
@@ -43,7 +43,7 @@
</goals> </goals>
<configuration> <configuration>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.name}-${project.artifactId}-${project.parent.version}</finalName> <finalName>${project.name}-${project.parent.version}</finalName>
<relocations> <relocations>
<relocation> <relocation>
<pattern>org.bstats</pattern> <pattern>org.bstats</pattern>
@@ -75,18 +75,18 @@
</repositories> </repositories>
<dependencies> <dependencies>
<dependency>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-api</artifactId>
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>eu.endermite.commandwhitelist</groupId> <groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>Common</artifactId> <artifactId>Common</artifactId>
<version>${project.parent.version}</version> <version>${project.parent.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-api</artifactId>
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>net.kyori</groupId> <groupId>net.kyori</groupId>
<artifactId>adventure-platform-bungeecord</artifactId> <artifactId>adventure-platform-bungeecord</artifactId>