Skip to content

Commit

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

<properties>
Expand Down Expand Up @@ -88,7 +84,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.0</build.version>
<build.version>2.6.1</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 @@ -155,7 +151,7 @@
</repository>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
<url>https://repo.codemc.io/repository/tastybento/</url>
</repository>
<repository>
<id>dynmap-repo</id>
Expand Down

0 comments on commit 4cc354e

Please sign in to comment.