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 2009/06/11 18:53:48 UTC

svn commit: r783844 - in /cxf/trunk: parent/pom.xml pom.xml

Author: bimargulies
Date: Thu Jun 11 16:53:47 2009
New Revision: 783844

URL: http://svn.apache.org/viewvc?rev=783844&view=rev
Log:
Default build is now Woodstox 4.0.5, which allows Aegis schema validation, and uses MSV 2009.9 to make it happen.

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=783844&r1=783843&r2=783844&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Jun 11 16:53:47 2009
@@ -54,14 +54,14 @@
         <jaxb.xjc.version>2.1.9</jaxb.xjc.version>
         <jdom.version>1.0</jdom.version>
         <jetty.version>6.1.18</jetty.version>
-        <msv.version>2009.1-SNAPSHOT</msv.version>
+        <msv.version>2009.1</msv.version>
         <rhino.version>1.7R1</rhino.version>
         <saaj.version>1.3</saaj.version>
         <spring.version>2.5.5</spring.version>
         <spring.mock>spring-test</spring.mock>
         <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
-        <stax.impl.artifactId>wstx-asl</stax.impl.artifactId>
-        <stax.impl.version>3.2.8</stax.impl.version>
+        <stax.impl.artifactId>woodstox-core-asl</stax.impl.artifactId>
+        <stax.impl.version>4.0.5</stax.impl.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xmlbeans.version>2.4.0</xmlbeans.version>
         <xmlschema.version>1.4.5</xmlschema.version>
@@ -1186,14 +1186,6 @@
             </properties>
         </profile>
         <profile>
-            <id>woodstox4</id>
-            <properties>
-                <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
-                <stax.impl.artifactId>woodstox-core-asl</stax.impl.artifactId>
-                <stax.impl.version>4.1.0-SNAPSHOT</stax.impl.version>
-            </properties>
-        </profile>
-        <profile>
             <id>axis2-saaj</id>
             <properties>
                 <saaj.impl.groupId>org.apache.axis2</saaj.impl.groupId>

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=783844&r1=783843&r2=783844&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Thu Jun 11 16:53:47 2009
@@ -44,8 +44,9 @@
         <compiler.fork>false</compiler.fork>
     </properties>
 
-    <!-- java.net for msv snapshots -->
     <repositories>
+<!-- java.net for msv, codehaus for woodstox, but we don't need either at the moment. -->
+<!--
       <repository>
 	<id>maven2-repository.dev.java.net</id>
 	<releases>
@@ -68,6 +69,7 @@
 	<name>Java.net Repository for Maven</name>
 	<url>http://snapshots.repository.codehaus.org</url>
       </repository>
+-->
     </repositories>
 
     <distributionManagement>