Skip to content

Commit

Permalink
[JAVA-28841] Fix maven-modules/multimodulemavenproject/maven-userdaom…
Browse files Browse the repository at this point in the history
…odule in the context of migration to JDK 21 (eugenp#16624)
  • Loading branch information
timis1 authored and bpstelios10 committed May 14, 2024
1 parent 775abe7 commit 7444642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-modules/multimodulemavenproject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

<properties>
<compiler.plugin.version>3.12.1</compiler.plugin.version>
<source.version>1.9</source.version>
<target.version>1.9</target.version>
<source.version>17</source.version>
<target.version>17</target.version>
</properties>

</project>

0 comments on commit 7444642

Please sign in to comment.