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:51:43 UTC

svn commit: r1161171 - in /cxf/branches/2.4.x-fixes: ./ pom.xml

Author: dkulp
Date: Wed Aug 24 15:51:42 2011
New Revision: 1161171

URL: http://svn.apache.org/viewvc?rev=1161171&view=rev
Log:
Merged revisions 1161170 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1161170 | dkulp | 2011-08-24 11:50:47 -0400 (Wed, 24 Aug 2011) | 2 lines
  
  Backing down a maven-bundle-plugin version as the latest is apparently
  broken with Java5
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/pom.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/pom.xml?rev=1161171&r1=1161170&r2=1161171&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/pom.xml Wed Aug 24 15:51:42 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>