Skip to content

Commit

Permalink
Updated maven bundle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoordenp authored and angelozerr committed May 27, 2024
1 parent 50eae89 commit 483bed8
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 @@ -74,7 +74,7 @@
<_snapshot>${osgi-version-qualifier}</_snapshot>
<_nouses>true</_nouses>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
<Bundle-RequiredExecutionEnvironment>JavaSE-17</Bundle-RequiredExecutionEnvironment>
</instructions>
</configuration>
</plugin>
Expand Down Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>5.1.9</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 483bed8

Please sign in to comment.