Skip to content

Commit b9c4275

Browse files
committed
fix publishing repo urls
1 parent 5bb2a9a commit b9c4275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<distributionManagement>
5252
<repository>
5353
<id>papermc-releases</id>
54-
<url>https://papermc.io/repo/repository/maven-releases/</url>
54+
<url>https://repo.papermc.io/repository/maven-releases/</url>
5555
</repository>
5656
<snapshotRepository>
5757
<id>papermc-snapshots</id>
58-
<url>https://papermc.io/repo/repository/maven-snapshots/</url>
58+
<url>https://repo.papermc.io/repository/maven-snapshots/</url>
5959
</snapshotRepository>
6060
</distributionManagement>
6161

0 commit comments

Comments
 (0)