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 2020/04/24 03:01:27 UTC

svn commit: r1876909 - in /jackrabbit/oak/branches/1.8: ./ oak-parent/pom.xml

Author: reschke
Date: Fri Apr 24 03:01:27 2020
New Revision: 1876909

URL: http://svn.apache.org/viewvc?rev=1876909&view=rev
Log:
OAK-8798: Upgrade maven-bundle-plugin to 4.2.1 (merged r1870563, r1870583 and r1870833 into 1.8)

Modified:
    jackrabbit/oak/branches/1.8/   (props changed)
    jackrabbit/oak/branches/1.8/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.8/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1870563,1870583,1870833

Modified: jackrabbit/oak/branches/1.8/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-parent/pom.xml?rev=1876909&r1=1876908&r2=1876909&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.8/oak-parent/pom.xml Fri Apr 24 03:01:27 2020
@@ -134,7 +134,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>