Skip to content

Commit ee438be

Browse files
committed
Version 2.2.0 and update to MC 1.21.3
1 parent 2f02261 commit ee438be

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,9 @@
4141
</issueManagement>
4242

4343
<distributionManagement>
44-
<snapshotRepository>
45-
<id>codemc-snapshots</id>
46-
<url>https://repo.codemc.org/repository/maven-snapshots</url>
47-
</snapshotRepository>
4844
<repository>
4945
<id>codemc-releases</id>
50-
<url>https://repo.codemc.org/repository/maven-releases</url>
46+
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
5147
</repository>
5248
</distributionManagement>
5349

@@ -58,14 +54,14 @@
5854
<!-- Non-minecraft related dependencies -->
5955
<powermock.version>2.0.9</powermock.version>
6056
<!-- More visible way how to change dependency versions -->
61-
<spigot.version>1.21-R0.1-SNAPSHOT</spigot.version>
62-
<bentobox.version>2.4.1-SNAPSHOT</bentobox.version>
57+
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
58+
<bentobox.version>2.7.1-SNAPSHOT</bentobox.version>
6359
<!-- Revision variable removes warning about dynamic version -->
6460
<revision>${build.version}-SNAPSHOT</revision>
6561
<!-- Do not change unless you want different name for local builds. -->
6662
<build.number>-LOCAL</build.number>
6763
<!-- This allows to change between versions. -->
68-
<build.version>2.1.1</build.version>
64+
<build.version>2.2.0</build.version>
6965
<!-- SonarCloud -->
7066
<sonar.projectKey>BentoBoxWorld_SkyGrid</sonar.projectKey>
7167
<sonar.organization>bentobox-world</sonar.organization>
@@ -133,7 +129,7 @@
133129
</repository>
134130
<repository>
135131
<id>codemc-repo</id>
136-
<url>https://repo.codemc.org/repository/maven-public/</url>
132+
<url>https://repo.codemc.org/repository/bentoboxworld/</url>
137133
</repository>
138134
<repository>
139135
<id>vault-repo</id>

0 commit comments

Comments
 (0)