Skip to content

Commit

Permalink
OPENJPA-2921 upgrade bundle and karaf maven plugins
Browse files Browse the repository at this point in the history
this fixes the java17 build
  • Loading branch information
struberg committed May 27, 2024
1 parent 96005fc commit 823ffc5
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 @@ -2185,7 +2185,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.0.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -2198,7 +2198,7 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>4.2.1</version>
<version>4.4.6</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 823ffc5

Please sign in to comment.