|
28 | 28 | <system>GitHub</system>
|
29 | 29 | <url>https://github.com/BentoBoxWorld/Challenges/issues</url>
|
30 | 30 | </issueManagement>
|
| 31 | + |
| 32 | + <distributionManagement> |
| 33 | + <repository> |
| 34 | + <id>bentoboxworld</id> |
| 35 | + <url>https://repo.codemc.org/repository/bentoboxworld/</url> |
| 36 | + </repository> |
| 37 | + </distributionManagement> |
31 | 38 |
|
32 | 39 | <properties>
|
33 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
34 | 41 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
35 |
| - <java.version>17</java.version> |
| 42 | + <java.version>21</java.version> |
36 | 43 | <powermock.version>2.0.9</powermock.version>
|
37 | 44 | <!-- More visible way how to change dependency versions -->
|
38 |
| - <spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version> |
| 45 | + <spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version> |
39 | 46 | <spigot-annotations.version>1.2.3-SNAPSHOT</spigot-annotations.version>
|
40 |
| - <bentobox.version>2.1.0</bentobox.version> |
| 47 | + <bentobox.version>2.7.1-SNAPSHOT</bentobox.version> |
41 | 48 | <level.version>2.6.3</level.version>
|
42 | 49 | <vault.version>1.7</vault.version>
|
43 | 50 | <panelutils.version>1.2.0</panelutils.version>
|
44 | 51 | <!-- Revision variable removes warning about dynamic version -->
|
45 | 52 | <revision>${build.version}-SNAPSHOT</revision>
|
46 | 53 | <!-- This allows to change between versions and snapshots. -->
|
47 |
| - <build.version>1.3.1</build.version> |
| 54 | + <build.version>1.4.0</build.version> |
48 | 55 | <build.number>-LOCAL</build.number>
|
49 | 56 | <!-- Sonar Cloud -->
|
50 | 57 | <sonar.projectKey>BentoBoxWorld_Challenges</sonar.projectKey>
|
|
83 | 90 | </profile>
|
84 | 91 | </profiles>
|
85 | 92 |
|
86 |
| - <distributionManagement> |
87 |
| - <snapshotRepository> |
88 |
| - <id>codemc-snapshots</id> |
89 |
| - <url>https://repo.codemc.org/repository/maven-snapshots</url> |
90 |
| - </snapshotRepository> |
91 |
| - <repository> |
92 |
| - <id>codemc-releases</id> |
93 |
| - <url>https://repo.codemc.org/repository/maven-releases</url> |
94 |
| - </repository> |
95 |
| - </distributionManagement> |
96 |
| - |
97 | 93 | <pluginRepositories>
|
98 | 94 | <pluginRepository>
|
99 | 95 | <id>apache.snapshots</id>
|
|
108 | 104 | <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
|
109 | 105 | </repository>
|
110 | 106 | <!-- CodeMC Repo for BentoBox -->
|
| 107 | + <repository> |
| 108 | + <id>bentoboxworld</id> |
| 109 | + <url>https://repo.codemc.io/repository/bentoboxworld/</url> |
| 110 | + </repository> |
111 | 111 | <repository>
|
112 | 112 | <id>codemc-repo</id>
|
113 | 113 | <url>https://repo.codemc.io/repository/maven-public</url>
|
|
231 | 231 | <plugin>
|
232 | 232 | <groupId>org.apache.maven.plugins</groupId>
|
233 | 233 | <artifactId>maven-shade-plugin</artifactId>
|
234 |
| - <version>3.3.1-SNAPSHOT</version> |
| 234 | + <version>3.6.0</version> |
235 | 235 | <configuration>
|
236 | 236 | <minimizeJar>true</minimizeJar>
|
237 | 237 | <artifactSet>
|
|
0 commit comments