This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 823ffc54e OPENJPA-2921 upgrade bundle and karaf maven plugins
823ffc54e is described below

commit 823ffc54e71ce5e1c8582e292147e13e4d2a2c97
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Mon May 27 18:53:56 2024 +0200

    OPENJPA-2921 upgrade bundle and karaf maven plugins
    
    this fixes the java17 build
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 67cc2aa2d..41cb23abf 100644
--- a/pom.xml
+++ b/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>

Reply via email to