You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/09/12 14:38:36 UTC

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

Author: sebb
Date: Mon Sep 12 12:38:35 2011
New Revision: 1169714

URL: http://svn.apache.org/viewvc?rev=1169714&view=rev
Log:
Felix bundle 2.3.5 is broken

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=1169714&r1=1169713&r2=1169714&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Sep 12 12:38:35 2011
@@ -306,7 +306,11 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.3.5</version>
+          <!-- 
+              Cannot use 2.3.5 because that has a dependency on biz/aQute/bndlib/1.43.0 which requires Java 6
+              See https://issues.apache.org/jira/browse/FELIX-3037
+            -->
+          <version>2.3.4</version>
           <inherited>true</inherited>
         </plugin>
         <plugin>