Skip to content

Commit 7a44a0e

Browse files
committed
Forgot to bump version number, also checking if this fixes the build error
1 parent acdd22f commit 7a44a0e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pom.xml

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

77
<groupId>simplexity</groupId>
88
<artifactId>AdminHax</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AdminHax</name>
@@ -51,8 +51,14 @@
5151

5252
<repositories>
5353
<repository>
54-
<id>sonatype</id>
55-
<url>https://oss.sonatype.org/content/groups/public/</url>
54+
<id>sonatype-snapshots</id>
55+
<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>
5662
</repository>
5763
<repository>
5864
<id>papermc-repo</id>

0 commit comments

Comments
 (0)