You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/21 13:00:46 UTC

svn commit: r1291725 - /karaf/cave/trunk/pom.xml

Author: jbonofre
Date: Tue Feb 21 12:00:46 2012
New Revision: 1291725

URL: http://svn.apache.org/viewvc?rev=1291725&view=rev
Log:
[KARAF-1205] Upgrade to maven-bundle-plugin 2.3.7

Modified:
    karaf/cave/trunk/pom.xml

Modified: karaf/cave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cave/trunk/pom.xml?rev=1291725&r1=1291724&r2=1291725&view=diff
==============================================================================
--- karaf/cave/trunk/pom.xml (original)
+++ karaf/cave/trunk/pom.xml Tue Feb 21 12:00:46 2012
@@ -125,7 +125,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.3.5</version>
+                    <version>2.3.7</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>