Attempt at fixing "not compatible version"
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.example</groupId>
|
<groupId>com.example</groupId>
|
||||||
<artifactId>zz_MCdiscord_bot</artifactId>
|
<artifactId>zz_MCdiscord_bot</artifactId>
|
||||||
<version>1.1be08</version>
|
<version>1.1be09</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -50,8 +50,7 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<name>spigot-1.20.4</name>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
<url>https://repo.rosewooddev.io/repository/public/</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>buk-repo</id>
|
<id>buk-repo</id>
|
||||||
@@ -72,8 +71,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.20.4</version>
|
<version>1.20.4-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
11
pom.xml
11
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.example</groupId>
|
<groupId>com.example</groupId>
|
||||||
<artifactId>zz_MCdiscord_bot</artifactId>
|
<artifactId>zz_MCdiscord_bot</artifactId>
|
||||||
<version>1.1be08</version>
|
<version>1.1be09</version>
|
||||||
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
<packaging>jar</packaging> <!-- Specify the correct packaging type here -->
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<name>spigot-1.20.4</name>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
<url>https://repo.rosewooddev.io/repository/public/</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
@@ -45,8 +44,8 @@
|
|||||||
<!-- Spigot API dependency -->
|
<!-- Spigot API dependency -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.20.4</version>
|
<version>1.20.4-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--(Java Discord API) -->
|
<!--(Java Discord API) -->
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: ZZ_MCdiscord_bot-1
|
name: ZZ_MCdiscord_bot-1
|
||||||
version: 1.1be08
|
version: 1.1be09
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Crafty Minecraft.
|
description: A Discord bot plugin for Crafty Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: ZZ_MCdiscord_bot-1
|
name: ZZ_MCdiscord_bot-1
|
||||||
version: 1.1be08
|
version: 1.1be09
|
||||||
main: MCdiscord_bot-1.src.main.java.disMCbot
|
main: MCdiscord_bot-1.src.main.java.disMCbot
|
||||||
description: A Discord bot plugin for Crafty Minecraft.
|
description: A Discord bot plugin for Crafty Minecraft.
|
||||||
author: Bryce
|
author: Bryce
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
artifactId=zz_MCdiscord_bot
|
artifactId=zz_MCdiscord_bot
|
||||||
groupId=com.example
|
groupId=com.example
|
||||||
version=1.1be08
|
version=1.1be09
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user