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 dc9b07c commit 50c23a5Copy full SHA for 50c23a5
pom.xml
@@ -41,8 +41,12 @@
41
</issueManagement>
42
43
<distributionManagement>
44
+ <snapshotRepository>
45
+ <id>codemc-snapshots</id>
46
+ <url>https://repo.codemc.org/repository/bentoboxworld/</url>
47
+ </snapshotRepository>
48
<repository>
- <id>codemc</id>
49
+ <id>codemc-releases</id>
50
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
51
</repository>
52
</distributionManagement>
0 commit comments