You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2008/12/12 14:36:46 UTC

svn commit: r726006 - /cxf/trunk/parent/pom.xml

Author: bimargulies
Date: Fri Dec 12 05:36:46 2008
New Revision: 726006

URL: http://svn.apache.org/viewvc?rev=726006&view=rev
Log:
Try again to move to XML Schema 1.4.3, since I have evidence that the mirrors have mirrored.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=726006&r1=726005&r2=726006&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Dec 12 05:36:46 2008
@@ -57,7 +57,7 @@
         <spring.mock>spring-test</spring.mock>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xmlbeans.version>2.3.0</xmlbeans.version>
-	<xmlschema.version>1.4.2</xmlschema.version>
+	<xmlschema.version>1.4.3</xmlschema.version>
         <checkstyle.extension />
 
         <spring.validation.mode>VALIDATION_AUTO</spring.validation.mode>