Nameing update to zz_ for launch purposes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>MCdiscord_bot</artifactId>
|
||||
<version>1.1be04</version>
|
||||
<version>1.1be06</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -18,19 +18,33 @@
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>net.dv8tion:JDA</include>
|
||||
<include>com.discord4j</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>net.dv8tion</pattern>
|
||||
<shadedPattern>com.example.MCdiscordbot.shaded.net.dv8tion</shadedPattern>
|
||||
<pattern>club.minced</pattern>
|
||||
<shadedPattern>com.example.MCdiscordbot.shaded.club.minced</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>analyze-dependencies</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>analyze-only</goal>
|
||||
</goals>
|
||||
<configuration />
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<repositories>
|
||||
@@ -48,11 +62,6 @@
|
||||
<name>jcenter-bintray</name>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>discordJDA</id>
|
||||
<name>JDA for Discord</name>
|
||||
<url>https://github.com/DV8FromTheWorld/JDA</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -79,15 +88,9 @@
|
||||
<version>2.23.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.katsstuff</groupId>
|
||||
<artifactId>ackcord-data_sjs1_2.13</artifactId>
|
||||
<version>2.0.0.0-M1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>22</maven.compiler.target>
|
||||
<maven.compiler.source>22</maven.compiler.source>
|
||||
</properties>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user