Skip to content

Commit da727e0

Browse files
authored
Merge pull request #7 from BentoBoxWorld/develop
MC 1.21.3 update and codemc update
2 parents e7bf1fd + 52e4b1b commit da727e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@
3333
</issueManagement>
3434

3535
<distributionManagement>
36-
<snapshotRepository>
37-
<id>codemc-snapshots</id>
38-
<url>https://repo.codemc.io/repository/maven-snapshots</url>
39-
</snapshotRepository>
4036
<repository>
41-
<id>codemc-releases</id>
42-
<url>https://repo.codemc.io/repository/maven-releases</url>
37+
<id>bentoboxworld</id>
38+
<url>https://repo.codemc.io/repository/bentoboxworld/</url>
4339
</repository>
4440
</distributionManagement>
4541

@@ -49,13 +45,13 @@
4945
<java.version>21</java.version>
5046
<powermock.version>2.0.9</powermock.version>
5147
<!-- More visible way how to change dependency versions -->
52-
<spigot.version>1.21.1-R0.1-SNAPSHOT</spigot.version>
48+
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
5349
<!-- BentoBox API version -->
54-
<bentobox.version>1.20.0</bentobox.version>
50+
<bentobox.version>2.7.1-SNAPSHOT</bentobox.version>
5551
<!-- Revision variable removes warning about dynamic version -->
5652
<revision>${build.version}-SNAPSHOT</revision>
5753
<!-- This allows to change between versions and snapshots. -->
58-
<build.version>1.1.0</build.version>
54+
<build.version>1.2.0</build.version>
5955
<build.number>-LOCAL</build.number>
6056
</properties>
6157

@@ -128,6 +124,10 @@
128124
<id>spigot-repo</id>
129125
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
130126
</repository>
127+
<repository>
128+
<id>bentoboxworld</id>
129+
<url>https://repo.codemc.io/repository/bentoboxworld/</url>
130+
</repository>
131131
<repository>
132132
<id>codemc-repo</id>
133133
<url>https://repo.codemc.io/repository/maven-public/</url>

0 commit comments

Comments
 (0)