new be version and tweaks to pom and yml
This commit is contained in:
BIN
MCdiscord_bot-1.jar
Normal file
BIN
MCdiscord_bot-1.jar
Normal file
Binary file not shown.
14
pom.xml
14
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.example</groupId>
|
<groupId>com.example</groupId>
|
||||||
<artifactId>MCdiscord_bot</artifactId>
|
<artifactId>MCdiscord_bot</artifactId>
|
||||||
<version>1.1be01</version>
|
<version>1.1be02</version>
|
||||||
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -33,6 +33,11 @@
|
|||||||
<url>https://jcenter.bintray.com</url>
|
<url>https://jcenter.bintray.com</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>discordJDA</id>
|
||||||
|
<name>JDA for Discord</name>
|
||||||
|
<url>https://github.com/DV8FromTheWorld/JDA</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@@ -84,12 +89,7 @@
|
|||||||
<artifactId>log4j-api</artifactId>
|
<artifactId>log4j-api</artifactId>
|
||||||
<version>2.23.1</version>
|
<version>2.23.1</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- Add other dependencies as needed -->
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: MCdiscord_bot-1
|
name: MCdiscord_bot-1
|
||||||
version: 1.1be01
|
version: 1.1be02
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Minecraft.
|
description: A Discord bot plugin for Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
target/archive-tmp/MCdiscord_bot-1.1be02.jar
Normal file
BIN
target/archive-tmp/MCdiscord_bot-1.1be02.jar
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
name: MCdiscord_bot-1
|
name: MCdiscord_bot-1
|
||||||
version: 1.1be01
|
version: 1.1be02
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Minecraft.
|
description: A Discord bot plugin for Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
artifactId=MCdiscord_bot
|
artifactId=MCdiscord_bot
|
||||||
groupId=com.example
|
groupId=com.example
|
||||||
version=1.1be01
|
version=1.1be02
|
||||||
|
Reference in New Issue
Block a user