Author: lresende
Date: Tue Sep 8 22:29:00 2009
New Revision: 812717
URL: http://svn.apache.org/viewvc?rev=812717&view=rev
Log:
TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix handling issue WSTX-135
is fixed
Modified:
tuscany/branches/sca-java-1.5.1/itest/late-reference-resolution/pom.xml
tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
tuscany/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml
tuscany/branches/sca-java-1.5.1/samples/calculator-distributed/pom.xml
tuscany/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
Modified: tuscany/branches/sca-java-1.5.1/itest/late-reference-resolution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/late-reference-resolution/pom.xml?rev=812717&r1=812716&r2=812717&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/late-reference-resolution/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/late-reference-resolution/pom.xml Tue Sep 8 22:29:00
2009
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
</dependency>
Modified: tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml?rev=812717&r1=812716&r2=812717&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml Tue Sep 8 22:29:00
2009
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Modified: tuscany/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml?rev=812717&r1=812716&r2=812717&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml Tue Sep 8 22:29:00 2009
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Modified: tuscany/branches/sca-java-1.5.1/samples/calculator-distributed/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/samples/calculator-distributed/pom.xml?rev=812717&r1=812716&r2=812717&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/samples/calculator-distributed/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/samples/calculator-distributed/pom.xml Tue Sep 8 22:29:00
2009
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
</dependency>
Modified: tuscany/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml?rev=812717&r1=812716&r2=812717&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml Tue Sep 8 22:29:00 2009
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
</dependency>
|