You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/02/08 16:10:49 UTC

svn commit: r907678 - in /servicemix/smx3/trunk: core/servicemix-core/pom.xml distributions/apache-servicemix/src/main/assembly/bin.xml platforms/geronimo/servicemix/pom.xml pom.xml web/servicemix-web-console/pom.xml

Author: jbonofre
Date: Mon Feb  8 15:10:48 2010
New Revision: 907678

URL: http://svn.apache.org/viewvc?rev=907678&view=rev
Log:
[SMX4-201] Upgrade to woodstox 4.0.7.

Modified:
    servicemix/smx3/trunk/core/servicemix-core/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
    servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/web/servicemix-web-console/pom.xml

Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=907678&r1=907677&r2=907678&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Mon Feb  8 15:10:48 2010
@@ -183,7 +183,7 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
+      <artifactId>woodstox-core-asl</artifactId>
     </dependency>
     <!--  
     <dependency>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml?rev=907678&r1=907677&r2=907678&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml Mon Feb  8 15:10:48 2010
@@ -155,7 +155,7 @@
         <include>xalan:xalan</include>
 
         <include>stax:stax-api</include>
-        <include>org.codehaus.woodstox:wstx-asl</include>
+        <include>org.codehaus.woodstox:woodstox-core-asl</include>
         <include>xml-apis:xml-apis</include>
         <include>log4j:log4j</include>
         <include>org.apache.derby:derby</include>

Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml?rev=907678&r1=907677&r2=907678&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml Mon Feb  8 15:10:48 2010
@@ -184,7 +184,7 @@
         </dependency>
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
+            <artifactId>woodstox-core-asl</artifactId>
             <version>${woodstox-version}</version>
         </dependency>
         <dependency>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=907678&r1=907677&r2=907678&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Feb  8 15:10:48 2010
@@ -102,7 +102,7 @@
         <wsdl4j-version>1.6.2</wsdl4j-version>
         <commons-beanutils-version>1.7.0</commons-beanutils-version>
         <commons-fileupload-version>1.1.1</commons-fileupload-version>
-        <woodstox-version>3.2.6</woodstox-version>
+        <woodstox-version>4.0.7</woodstox-version>
         <msv-version>20050913</msv-version>
         <oro-version>2.0.8</oro-version>
         <sitemesh-version>2.2.1</sitemesh-version>
@@ -1405,7 +1405,7 @@
             </dependency>
             <dependency>
                 <groupId>org.codehaus.woodstox</groupId>
-                <artifactId>wstx-asl</artifactId>
+                <artifactId>woodstox-core-asl</artifactId>
                 <version>${woodstox-version}</version>
             </dependency>
             <dependency>

Modified: servicemix/smx3/trunk/web/servicemix-web-console/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-web-console/pom.xml?rev=907678&r1=907677&r2=907678&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-web-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-web-console/pom.xml Mon Feb  8 15:10:48 2010
@@ -115,7 +115,7 @@
         </exclusion>
         <exclusion>
           <groupId>woodstox</groupId>
-          <artifactId>wstx-asl</artifactId>
+          <artifactId>woodstox-core-asl</artifactId>
         </exclusion>
         <exclusion>
           <groupId>xalan</groupId>