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 acdd22f commit 7a44a0eCopy full SHA for 7a44a0e
1 file changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>simplexity</groupId>
8
<artifactId>AdminHax</artifactId>
9
- <version>1.3.0</version>
+ <version>1.3.1</version>
10
<packaging>jar</packaging>
11
12
<name>AdminHax</name>
@@ -51,8 +51,14 @@
51
52
<repositories>
53
<repository>
54
- <id>sonatype</id>
55
- <url>https://oss.sonatype.org/content/groups/public/</url>
+ <id>sonatype-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
56
+ <releases>
57
+ <enabled>false</enabled>
58
+ </releases>
59
+ <snapshots>
60
+ <enabled>true</enabled>
61
+ </snapshots>
62
</repository>
63
64
<id>papermc-repo</id>
0 commit comments