Attempt at fixing "not compatible version"

This commit is contained in:
nzBryce101
2024-05-11 13:58:13 +12:00
parent fd85a7b9c2
commit 2182e6a7f1
7 changed files with 12 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>zz_MCdiscord_bot</artifactId>
<version>1.1be08</version>
<version>1.1be09</version>
<build>
<plugins>
<plugin>
@@ -50,8 +50,7 @@
<repositories>
<repository>
<id>spigot-repo</id>
<name>spigot-1.20.4</name>
<url>https://repo.rosewooddev.io/repository/public/</url>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>buk-repo</id>
@@ -72,8 +71,8 @@
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20.4</version>
<artifactId>spigot-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

11
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>com.example</groupId>
<artifactId>zz_MCdiscord_bot</artifactId>
<version>1.1be08</version>
<version>1.1be09</version>
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
<properties>
@@ -17,9 +17,8 @@
<repositories>
<repository>
<id>spigot-repo</id>
<name>spigot-1.20.4</name>
<url>https://repo.rosewooddev.io/repository/public/</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
@@ -45,8 +44,8 @@
<!-- Spigot API dependency -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20.4</version>
<artifactId>spigot-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--(Java Discord API) -->

View File

@@ -1,5 +1,5 @@
name: ZZ_MCdiscord_bot-1
version: 1.1be08
version: 1.1be09
main: MCdiscord_bot-1.src.main.java.disMCbot
description: A Discord bot plugin for Crafty Minecraft.
author: Bryce

View File

@@ -1,5 +1,5 @@
name: ZZ_MCdiscord_bot-1
version: 1.1be08
version: 1.1be09
main: MCdiscord_bot-1.src.main.java.disMCbot
description: A Discord bot plugin for Crafty Minecraft.
author: Bryce

View File

@@ -1,3 +1,3 @@
artifactId=zz_MCdiscord_bot
groupId=com.example
version=1.1be08
version=1.1be09