You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/19 13:10:00 UTC

[jackrabbit-oak] branch OAK-10041 updated: OAK-10041: Upgrade maven-bundle-plugin to 5.1.8

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

reschke pushed a commit to branch OAK-10041
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10041 by this push:
     new 75b2f4e692 OAK-10041: Upgrade maven-bundle-plugin to 5.1.8
75b2f4e692 is described below

commit 75b2f4e6929986db8f41b9c501273e91a1276260
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Dec 19 14:09:49 2022 +0100

    OAK-10041: Upgrade maven-bundle-plugin to 5.1.8
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 86e91f98c6..388895927f 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -155,7 +155,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.1</version>
+          <version>5.1.8</version>
           <extensions>true</extensions>
           <inherited>true</inherited>
           <dependencies>