You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/02/23 12:27:24 UTC

svn commit: r915286 - in /tuscany/otest/newlayout: tuscany-java-caa-test-runner/pom.xml tuscany-java-ci-test-runner/pom.xml tuscany-policy-test-runner/pom.xml

Author: slaws
Date: Tue Feb 23 11:27:23 2010
New Revision: 915286

URL: http://svn.apache.org/viewvc?rev=915286&view=rev
Log:
Correct ws binding dependency to point to the new version

Modified:
    tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
    tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
    tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml?rev=915286&r1=915285&r2=915286&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml Tue Feb 23 11:27:23 2010
@@ -55,7 +55,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 

Modified: tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml?rev=915286&r1=915285&r2=915286&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml Tue Feb 23 11:27:23 2010
@@ -55,7 +55,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 

Modified: tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml?rev=915286&r1=915285&r2=915286&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml Tue Feb 23 11:27:23 2010
@@ -66,7 +66,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>