Skip to content

Commit ea6f864

Browse files
committed
Added spigot instead of paper
1 parent a6fabb8 commit ea6f864

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>dev.pns</groupId>
88
<artifactId>SignAPI</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SignAPI</name>
@@ -48,8 +48,8 @@
4848

4949
<repositories>
5050
<repository>
51-
<id>papermc-repo</id>
52-
<url>https://papermc.io/repo/repository/maven-public/</url>
51+
<id>spigot-repo</id>
52+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
5353
</repository>
5454
<repository>
5555
<id>dmulloy2-repo</id>
@@ -59,8 +59,8 @@
5959

6060
<dependencies>
6161
<dependency>
62-
<groupId>io.papermc.paper</groupId>
63-
<artifactId>paper-api</artifactId>
62+
<groupId>org.spigotmc</groupId>
63+
<artifactId>spigot-api</artifactId>
6464
<version>1.17-R0.1-SNAPSHOT</version>
6565
<scope>provided</scope>
6666
</dependency>

0 commit comments

Comments
 (0)