Skip to content

Commit

Permalink
Revert "Update to new codemc repo and version up to 2.6.1"
Browse files Browse the repository at this point in the history
This reverts commit 4cc354e.
  • Loading branch information
tastybento committed Oct 19, 2024
1 parent 4cc354e commit ca9c81e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@
<distributionManagement>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/tastybento/</url>
<url>https://repo.codemc.org/repository/maven-snapshots</url>
</snapshotRepository>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases</url>
</repository>
</distributionManagement>

<properties>
Expand Down Expand Up @@ -84,7 +88,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>2.6.1</build.version>
<build.version>2.6.0</build.version>
<sonar.organization>bentobox-world</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<server.jars>${project.basedir}/lib</server.jars>
Expand Down Expand Up @@ -151,7 +155,7 @@
</repository>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/tastybento/</url>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<id>dynmap-repo</id>
Expand Down

0 comments on commit ca9c81e

Please sign in to comment.