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 2019/12/04 15:06:34 UTC

svn commit: r1870833 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Wed Dec  4 15:06:34 2019
New Revision: 1870833

URL: http://svn.apache.org/viewvc?rev=1870833&view=rev
Log:
OAK-8798: Upgrade maven-bundle-plugin to 4.2.1

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1870833&r1=1870832&r2=1870833&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Dec  4 15:06:34 2019
@@ -141,7 +141,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>4.2.1</version>
           <extensions>true</extensions>
           <inherited>true</inherited>
           <dependencies>