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 2011/02/18 01:56:54 UTC

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

Author: bimargulies
Date: Fri Feb 18 00:56:54 2011
New Revision: 1071850

URL: http://svn.apache.org/viewvc?rev=1071850&view=rev
Log:
Switch from snapshot to release of XMLSchema 2.0. Phew!

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1071850&r1=1071849&r2=1071850&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Feb 18 00:56:54 2011
@@ -82,7 +82,7 @@
         <cxf.stax.impl.version>4.0.8</cxf.stax.impl.version>
         <cxf.wsdl4j.version>1.6.2</cxf.wsdl4j.version>
         <cxf.xmlbeans.version>2.4.0</cxf.xmlbeans.version>
-        <cxf.xmlschema.version>2.0-SNAPSHOT</cxf.xmlschema.version>
+        <cxf.xmlschema.version>2.0</cxf.xmlschema.version>
         <cxf.checkstyle.extension />
 
         <cxf.spring.validation.mode>VALIDATION_AUTO</cxf.spring.validation.mode>