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 2010/09/30 23:07:33 UTC

svn commit: r1003274 - in /cxf/branches/2.2.x-fixes: ./ parent/pom.xml

Author: dkulp
Date: Thu Sep 30 21:07:33 2010
New Revision: 1003274

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

........
  r1001953 | bimargulies | 2010-09-27 18:57:14 -0400 (Mon, 27 Sep 2010) | 1 line
  
  Move to new XML schema version (1.4.7).
........

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

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

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=1003274&r1=1003273&r2=1003274&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Thu Sep 30 21:07:33 2010
@@ -64,7 +64,7 @@
         <stax.impl.version>3.2.9</stax.impl.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xmlbeans.version>2.4.0</xmlbeans.version>
-        <xmlschema.version>1.4.5</xmlschema.version>
+        <xmlschema.version>1.4.7</xmlschema.version>
         <checkstyle.extension />
 
         <spring.validation.mode>VALIDATION_AUTO</spring.validation.mode>