You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/07/18 09:04:12 UTC

svn commit: r1753182 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Mon Jul 18 09:04:12 2016
New Revision: 1753182

URL: http://svn.apache.org/viewvc?rev=1753182&view=rev
Log:
SLING-5858 : Update maven-bundle-plugin to 3.2.0

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1753182&r1=1753181&r2=1753182&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Jul 18 09:04:12 2016
@@ -383,7 +383,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.0</version>
                     <inherited>true</inherited>
                     <configuration>
                         <outputDirectory>${basedir}/target/classes</outputDirectory>
@@ -1171,7 +1171,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bndlib</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.0</version>
                 <scope>provided</scope>
             </dependency>