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:33 UTC

[jackrabbit-oak] branch trunk updated: OAK-10041: Upgrade maven-bundle-plugin to 5.1.8 (#801)

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

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


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

commit 6b7d3a90c14fd2191442b9ebab8d31d2044e2ecc
Author: Julian Reschke <re...@apache.org>
AuthorDate: Mon Dec 19 14:10:28 2022 +0100

    OAK-10041: Upgrade maven-bundle-plugin to 5.1.8 (#801)
---
 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 00f3e8a295..539d2e5cee 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>