Skip to content

Commit

Permalink
Merge pull request #32 from BentoBoxWorld/develop
Browse files Browse the repository at this point in the history
Version 1.14.0
  • Loading branch information
tastybento authored Nov 17, 2024
2 parents 6d895fa + c304512 commit 9b65920
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@
addon -->
<!-- Can be removed -->
<distributionManagement>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots</url>
</snapshotRepository>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases</url>
<id>bentoboxworld</id>
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
</repository>
</distributionManagement>

Expand All @@ -59,15 +55,15 @@
<java.version>17</java.version>

<!-- SPIGOT API version -->
<spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version>
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>

<!-- BentoBox API version -->
<bentobox.version>2.0.0-SNAPSHOT</bentobox.version>
<bentobox.version>2.7.1-SNAPSHOT</bentobox.version>

<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>1.13.1</build.version>
<build.version>1.14.0</build.version>
<build.number>-LOCAL</build.number>
<!-- Sonar Cloud -->
<sonar.projectKey>BentoBoxWorld_ControlPanel</sonar.projectKey>
Expand Down Expand Up @@ -116,6 +112,10 @@
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>bentoboxworld</id>
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
</repository>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
Expand Down

0 comments on commit 9b65920

Please sign in to comment.