You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/06/26 14:04:30 UTC

svn commit: r1496893 - /directory/project/trunk/pom.xml

Author: pamarcelot
Date: Wed Jun 26 12:04:29 2013
New Revision: 1496893

URL: http://svn.apache.org/r1496893
Log:
Moved back to version 2.3.7 of the 'maven-bundle-plugin'.

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1496893&r1=1496892&r2=1496893&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Wed Jun 26 12:04:29 2013
@@ -652,7 +652,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.4.0</version>
+          <version>2.3.7</version>
         </plugin>
 
         <plugin>