Skip to content

Commit

Permalink
bump java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Mar 8, 2024
1 parent 3aef512 commit 95648d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>dev.duti.acheong</groupId>
<artifactId>cubiomes</artifactId>
<version>1.22.2</version>
<version>1.22.3</version>

<name>Cubiomes</name>
<pluginRepositories>
Expand All @@ -41,16 +41,16 @@
</repository>
</repositories>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.20</version>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -71,7 +71,7 @@
<plugin>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-maven-plugin</artifactId>
<version>1.20</version>
<version>1.21.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 95648d6

Please sign in to comment.