Skip to content

Commit

Permalink
feat: switch to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Nov 2, 2023
1 parent ae3ed25 commit 1b38f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.sitepark.ies</groupId>
<artifactId>ies-contentrepository-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>IES Content Repository Core</name>
<description>IES contentrepository domain und use-case implementations</description>

Expand All @@ -18,7 +18,7 @@
<junit.version>5.10.0</junit.version>
<spotbugs.version>4.8.0</spotbugs.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<scm>
Expand Down

0 comments on commit 1b38f77

Please sign in to comment.