You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/08/24 17:50:48 UTC

svn commit: r1161170 - /cxf/trunk/pom.xml

Author: dkulp
Date: Wed Aug 24 15:50:47 2011
New Revision: 1161170

URL: http://svn.apache.org/viewvc?rev=1161170&view=rev
Log:
Backing down a maven-bundle-plugin version as the latest is apparently
broken with Java5

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1161170&r1=1161169&r2=1161170&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Aug 24 15:50:47 2011
@@ -466,7 +466,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.3.5</version>
+                    <version>2.3.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>