We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fabb8 commit ea6f864Copy full SHA for ea6f864
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>dev.pns</groupId>
8
<artifactId>SignAPI</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>SignAPI</name>
@@ -48,8 +48,8 @@
48
49
<repositories>
50
<repository>
51
- <id>papermc-repo</id>
52
- <url>https://papermc.io/repo/repository/maven-public/</url>
+ <id>spigot-repo</id>
+ <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
53
</repository>
54
55
<id>dmulloy2-repo</id>
@@ -59,8 +59,8 @@
59
60
<dependencies>
61
<dependency>
62
- <groupId>io.papermc.paper</groupId>
63
- <artifactId>paper-api</artifactId>
+ <groupId>org.spigotmc</groupId>
+ <artifactId>spigot-api</artifactId>
64
<version>1.17-R0.1-SNAPSHOT</version>
65
<scope>provided</scope>
66
</dependency>
0 commit comments