You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/11/26 11:02:47 UTC

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

Author: elecharny
Date: Sat Nov 26 10:02:46 2011
New Revision: 1206416

URL: http://svn.apache.org/viewvc?rev=1206416&view=rev
Log:
Move the maven-felix-plugin version back to 2.3.4, as the latest version has an issue with java 1.5

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1206416&r1=1206415&r2=1206416&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Sat Nov 26 10:02:46 2011
@@ -649,7 +649,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.3.5</version>
+          <version>2.3.4</version>
         </plugin>
 
         <plugin>