Skip to content

Commit 8081a51

Browse files
committed
Version 1.20.0 and Java 21
1 parent f56374b commit 8081a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<properties>
5151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5252
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
53-
<java.version>17</java.version>
53+
<java.version>21</java.version>
5454
<!-- Non-minecraft related dependencies -->
5555
<powermock.version>2.0.9</powermock.version>
5656
<!-- More visible way how to change dependency versions -->
@@ -63,7 +63,7 @@
6363
<!-- Do not change unless you want different name for local builds. -->
6464
<build.number>-LOCAL</build.number>
6565
<!-- This allows to change between versions. -->
66-
<build.version>1.19.0</build.version>
66+
<build.version>1.20.0</build.version>
6767
<!-- SonarCloud -->
6868
<sonar.projectKey>BentoBoxWorld_AOneBlock</sonar.projectKey>
6969
<sonar.organization>bentobox-world</sonar.organization>

0 commit comments

Comments
 (0)