You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/11/13 10:18:27 UTC

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

Author: olli
Date: Fri Nov 13 09:18:27 2015
New Revision: 1714164

URL: http://svn.apache.org/viewvc?rev=1714164&view=rev
Log:
SLING-5293 Update Maven Bundle Plugin to 3.0.1

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1714164&r1=1714163&r2=1714164&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Fri Nov 13 09:18:27 2015
@@ -387,7 +387,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.0.1</version>
                     <inherited>true</inherited>
                     <configuration>
                         <outputDirectory>${basedir}/target/classes</outputDirectory>