You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/02/26 14:11:45 UTC

svn commit: r631209 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Tue Feb 26 05:11:44 2008
New Revision: 631209

URL: http://svn.apache.org/viewvc?rev=631209&view=rev
Log:
Upgrade OSGi bundle plugin to latest 1.4.0 release

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=631209&r1=631208&r2=631209&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Feb 26 05:11:44 2008
@@ -196,7 +196,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>1.2.1</version>
+          <version>1.4.0</version>
           <inherited>true</inherited>
         </plugin>
         <plugin>