Skip to content

Commit 1a96d6e

Browse files
Update Version, Switch to Spigot
1 parent 4220582 commit 1a96d6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.flame</groupId>
88
<artifactId>FlameGUIS</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -16,8 +16,8 @@
1616

1717
<repositories>
1818
<repository>
19-
<id>papermc-repo</id>
20-
<url>https://repo.papermc.io/repository/maven-public/</url>
19+
<id>spigotmc-repo</id>
20+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2121
</repository>
2222
<repository>
2323
<id>sonatype</id>
@@ -44,8 +44,8 @@
4444

4545
<dependencies>
4646
<dependency>
47-
<groupId>com.destroystokyo.paper</groupId>
48-
<artifactId>paper-api</artifactId>
47+
<groupId>org.spigotmc</groupId>
48+
<artifactId>spigot-api</artifactId>
4949
<version>1.14.4-R0.1-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>

0 commit comments

Comments
 (0)