Skip to content

Commit 4c396a1

Browse files
authored
Merge branch 'develop' into 2531_command_button_panel
2 parents e0a3f48 + ca9c81e commit 4c396a1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

+7-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@
5252
<distributionManagement>
5353
<snapshotRepository>
5454
<id>codemc-snapshots</id>
55-
<url>https://repo.codemc.org/repository/tastybento/</url>
55+
<url>https://repo.codemc.org/repository/maven-snapshots</url>
5656
</snapshotRepository>
57+
<repository>
58+
<id>codemc-releases</id>
59+
<url>https://repo.codemc.org/repository/maven-releases</url>
60+
</repository>
5761
</distributionManagement>
5862

5963
<properties>
@@ -84,7 +88,7 @@
8488
<!-- Do not change unless you want different name for local builds. -->
8589
<build.number>-LOCAL</build.number>
8690
<!-- This allows to change between versions. -->
87-
<build.version>2.6.1</build.version>
91+
<build.version>2.6.0</build.version>
8892
<sonar.organization>bentobox-world</sonar.organization>
8993
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
9094
<server.jars>${project.basedir}/lib</server.jars>
@@ -151,7 +155,7 @@
151155
</repository>
152156
<repository>
153157
<id>codemc-repo</id>
154-
<url>https://repo.codemc.io/repository/tastybento/</url>
158+
<url>https://repo.codemc.org/repository/maven-public</url>
155159
</repository>
156160
<repository>
157161
<id>dynmap-repo</id>

0 commit comments

Comments
 (0)