new be version and tweaks to pom and yml
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>MCdiscord_bot</artifactId>
|
||||
<version>1.1be01</version>
|
||||
<version>1.1be02</version>
|
||||
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
||||
|
||||
<properties>
|
||||
@@ -33,6 +33,11 @@
|
||||
<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>
|
||||
|
||||
@@ -84,12 +89,7 @@
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>2.23.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<type>maven-plugin</type>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Add other dependencies as needed -->
|
||||
|
||||
|
Reference in New Issue
Block a user