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 2015/04/27 10:24:12 UTC

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

Author: cziegeler
Date: Mon Apr 27 08:24:11 2015
New Revision: 1676217

URL: http://svn.apache.org/r1676217
Log:
SLING-4664 : Update to latest maven bundle plugin

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1676217&r1=1676216&r2=1676217&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Apr 27 08:24:11 2015
@@ -361,7 +361,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>2.5.4</version>
                     <inherited>true</inherited>
                     <configuration>
                         <outputDirectory>${basedir}/target/classes</outputDirectory>