Skip to content

Commit

Permalink
OSS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhn1 committed Apr 26, 2024
1 parent de95acb commit dd443af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.inverno</groupId>
<artifactId>inverno-oss-parent</artifactId>
<version>11</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>inverno-core-root</artifactId>
Expand Down Expand Up @@ -76,9 +76,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<maven.compiler.release>15</maven.compiler.release>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
</properties>

<modules>
Expand Down

0 comments on commit dd443af

Please sign in to comment.