Skip to content

Commit c304512

Browse files
committed
Update CodeMC MC 1.21.3
1 parent 0dfa5de commit c304512

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,9 @@
4040
addon -->
4141
<!-- Can be removed -->
4242
<distributionManagement>
43-
<snapshotRepository>
44-
<id>codemc-snapshots</id>
45-
<url>https://repo.codemc.org/repository/maven-snapshots</url>
46-
</snapshotRepository>
4743
<repository>
48-
<id>codemc-releases</id>
49-
<url>https://repo.codemc.org/repository/maven-releases</url>
44+
<id>bentoboxworld</id>
45+
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
5046
</repository>
5147
</distributionManagement>
5248

@@ -59,15 +55,15 @@
5955
<java.version>17</java.version>
6056

6157
<!-- SPIGOT API version -->
62-
<spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version>
58+
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
6359

6460
<!-- BentoBox API version -->
65-
<bentobox.version>2.0.0-SNAPSHOT</bentobox.version>
61+
<bentobox.version>2.7.1-SNAPSHOT</bentobox.version>
6662

6763
<!-- Revision variable removes warning about dynamic version -->
6864
<revision>${build.version}-SNAPSHOT</revision>
6965
<!-- This allows to change between versions and snapshots. -->
70-
<build.version>1.13.1</build.version>
66+
<build.version>1.14.0</build.version>
7167
<build.number>-LOCAL</build.number>
7268
<!-- Sonar Cloud -->
7369
<sonar.projectKey>BentoBoxWorld_ControlPanel</sonar.projectKey>
@@ -116,6 +112,10 @@
116112
<id>spigotmc-public</id>
117113
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
118114
</repository>
115+
<repository>
116+
<id>bentoboxworld</id>
117+
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
118+
</repository>
119119
<repository>
120120
<id>codemc-repo</id>
121121
<url>https://repo.codemc.org/repository/maven-public/</url>

0 commit comments

Comments
 (0)