File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
33
</issueManagement >
34
34
35
35
<distributionManagement >
36
- <snapshotRepository >
37
- <id >codemc-snapshots</id >
38
- <url >https://repo.codemc.io/repository/maven-snapshots</url >
39
- </snapshotRepository >
40
36
<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 >
43
39
</repository >
44
40
</distributionManagement >
45
41
49
45
<java .version>21</java .version>
50
46
<powermock .version>2.0.9</powermock .version>
51
47
<!-- 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>
53
49
<!-- BentoBox API version -->
54
- <bentobox .version>1.20.0 </bentobox .version>
50
+ <bentobox .version>2.7.1-SNAPSHOT </bentobox .version>
55
51
<!-- Revision variable removes warning about dynamic version -->
56
52
<revision >${build.version}-SNAPSHOT</revision >
57
53
<!-- This allows to change between versions and snapshots. -->
58
- <build .version>1.1 .0</build .version>
54
+ <build .version>1.2 .0</build .version>
59
55
<build .number>-LOCAL</build .number>
60
56
</properties >
61
57
128
124
<id >spigot-repo</id >
129
125
<url >https://hub.spigotmc.org/nexus/content/repositories/snapshots</url >
130
126
</repository >
127
+ <repository >
128
+ <id >bentoboxworld</id >
129
+ <url >https://repo.codemc.io/repository/bentoboxworld/</url >
130
+ </repository >
131
131
<repository >
132
132
<id >codemc-repo</id >
133
133
<url >https://repo.codemc.io/repository/maven-public/</url >
You can’t perform that action at this time.
0 commit comments