File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 52
52
<distributionManagement >
53
53
<snapshotRepository >
54
54
<id >codemc-snapshots</id >
55
- <url >https://repo.codemc.org/repository/tastybento/ </url >
55
+ <url >https://repo.codemc.org/repository/maven-snapshots </url >
56
56
</snapshotRepository >
57
+ <repository >
58
+ <id >codemc-releases</id >
59
+ <url >https://repo.codemc.org/repository/maven-releases</url >
60
+ </repository >
57
61
</distributionManagement >
58
62
59
63
<properties >
84
88
<!-- Do not change unless you want different name for local builds. -->
85
89
<build .number>-LOCAL</build .number>
86
90
<!-- This allows to change between versions. -->
87
- <build .version>2.6.1 </build .version>
91
+ <build .version>2.6.0 </build .version>
88
92
<sonar .organization>bentobox-world</sonar .organization>
89
93
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
90
94
<server .jars>${project.basedir} /lib</server .jars>
151
155
</repository >
152
156
<repository >
153
157
<id >codemc-repo</id >
154
- <url >https://repo.codemc.io /repository/tastybento/ </url >
158
+ <url >https://repo.codemc.org /repository/maven-public </url >
155
159
</repository >
156
160
<repository >
157
161
<id >dynmap-repo</id >
You can’t perform that action at this time.
0 commit comments