Skip to content

Commit

Permalink
Merge branch 'develop' into 2531_command_button_panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento authored Oct 20, 2024
2 parents e0a3f48 + ca9c81e commit 4c396a1
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 4c396a1

Please sign in to comment.