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/04/02 17:00:38 UTC

svn commit: r761317 - in /cxf/trunk: parent/pom.xml rt/databinding/xmlbeans/pom.xml rt/frontend/jaxrs/pom.xml

Author: dkulp
Date: Thu Apr  2 15:00:37 2009
New Revision: 761317

URL: http://svn.apache.org/viewvc?rev=761317&view=rev
Log:
Update xmlbeans versions and make sure a single version is used across everything.

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/rt/databinding/xmlbeans/pom.xml
    cxf/trunk/rt/frontend/jaxrs/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=761317&r1=761316&r2=761317&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Apr  2 15:00:37 2009
@@ -61,7 +61,7 @@
         <stax.impl.artifactId>wstx-asl</stax.impl.artifactId>
         <stax.impl.version>3.2.6</stax.impl.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
-        <xmlbeans.version>2.3.0</xmlbeans.version>
+        <xmlbeans.version>2.4.0</xmlbeans.version>
         <xmlschema.version>1.4.4</xmlschema.version>
         <checkstyle.extension />
 

Modified: cxf/trunk/rt/databinding/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/xmlbeans/pom.xml?rev=761317&r1=761316&r2=761317&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/xmlbeans/pom.xml (original)
+++ cxf/trunk/rt/databinding/xmlbeans/pom.xml Thu Apr  2 15:00:37 2009
@@ -79,7 +79,6 @@
         <dependency>
             <groupId>org.apache.xmlbeans</groupId>
             <artifactId>xmlbeans</artifactId>
-            <version>2.3.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>stax</groupId>

Modified: cxf/trunk/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=761317&r1=761316&r2=761317&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxrs/pom.xml Thu Apr  2 15:00:37 2009
@@ -141,7 +141,6 @@
 		<dependency>
             <groupId>org.apache.xmlbeans</groupId>
             <artifactId>xmlbeans</artifactId>
-            <version>2.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.easymock</groupId>