Skip to content

Commit

Permalink
set java 17 version (#1277)
Browse files Browse the repository at this point in the history
Signed-off-by: Gurunandan Rao <[email protected]>
  • Loading branch information
gurunrao authored Mar 29, 2024
1 parent c96fee6 commit 4d92013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<tck.version>${project.version}</tck.version>
<jakarta.ee.version>11.0.0-SNAPSHOT</jakarta.ee.version>
<maven.compiler.release>17</maven.compiler.release>
</properties>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<tck.version>${project.version}</tck.version>
<jakarta.ee.version>11.0.0-SNAPSHOT</jakarta.ee.version>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencies>
Expand Down

0 comments on commit 4d92013

Please sign in to comment.