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 2009/03/30 18:28:40 UTC

svn commit: r760030 - in /cxf/branches/2.1.x-fixes: ./ pom.xml

Author: dkulp
Date: Mon Mar 30 16:28:40 2009
New Revision: 760030

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

........
  r760029 | dkulp | 2009-03-30 12:27:36 -0400 (Mon, 30 Mar 2009) | 2 lines
  
  Apparently 2.0.9 is required for systests to build now
........

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

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Mar 30 16:28:40 2009
@@ -1 +1 @@
-/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,759961,759963-759964,759966
+/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,759961,759963-759964,759966,760029

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

Modified: cxf/branches/2.1.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/pom.xml?rev=760030&r1=760029&r2=760030&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/pom.xml Mon Mar 30 16:28:40 2009
@@ -37,7 +37,7 @@
     </issueManagement>
 
     <prerequisites>
-        <maven>2.0.5</maven>
+        <maven>2.0.9</maven>
     </prerequisites>
 
     <properties>