new be version and tweaks to pom and yml

This commit is contained in:
nzBryce101
2024-04-17 14:33:44 +12:00
parent 82db1ba54e
commit dd21b58774
8 changed files with 10 additions and 10 deletions

BIN
MCdiscord_bot-1.jar Normal file

Binary file not shown.

14
pom.xml
View File

@@ -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 -->

View File

@@ -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.

View File

@@ -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

View File

@@ -1,3 +1,3 @@
artifactId=MCdiscord_bot artifactId=MCdiscord_bot
groupId=com.example groupId=com.example
version=1.1be01 version=1.1be02