Skip to content

Commit

Permalink
Updated JavaSE version format after switching to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbailescu authored Jun 3, 2024
1 parent bfc2bd6 commit 6bdf5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<version>5.1.4</version>
<configuration>
<instructions>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.${aem.java.version}</Bundle-RequiredExecutionEnvironment>
<Bundle-RequiredExecutionEnvironment>JavaSE-${aem.java.version}</Bundle-RequiredExecutionEnvironment>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 6bdf5d0

Please sign in to comment.