You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/09/22 18:43:47 UTC

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

Author: ggregory
Date: Mon Sep 22 16:43:46 2014
New Revision: 1626831

URL: http://svn.apache.org/r1626831
Log:
Update maven-bundle-plugin 2.5.0 to 2.5.3.

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=1626831&r1=1626830&r2=1626831&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Sep 22 16:43:46 2014
@@ -42,7 +42,7 @@ Version 35:
 - Update maven-gpg-plugin 1.4 -> 1.5
 - Update maven-jar-plugin 2.4 -> 2.5
 - Update maven-release-plugin 2.4.2 -> 2.5
-- Update maven-bundle-plugin 2.4.0 -> 2.5.0
+- Update maven-bundle-plugin 2.4.0 -> 2.5.3
 - Update buildnumber-maven-plugin 1.2 -> 1.3
 - Update wagon-ssh 2.3 -> 2.6
 - Update maven-scm-publish-plugin 1.0 -> 1.1
@@ -364,7 +364,7 @@ Version 35:
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.5.0</version>
+          <version>2.5.3</version>
           <inherited>true</inherited>
         </plugin>
         <plugin>