mirror of https://github.com/apache/openjpa.git
OPENJPA-2921 upgrade bundle and karaf maven plugins
this fixes the java17 build
This commit is contained in:
parent
96005fcd25
commit
823ffc54e7
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue