summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/testing/itest/ws-jaxws')
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-java-first/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-client/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-service/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/launcher-ri/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/pom.xml2
6 files changed, 15 insertions, 15 deletions
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-java-first/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-java-first/pom.xml
index 3f5855dd13..ab45424bed 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-java-first/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-java-first/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,13 +35,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml
index 9823fcf582..87701ab60e 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,13 +35,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-client/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-client/pom.xml
index a189244e70..862e12b813 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-client/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,13 +35,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-service/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-service/pom.xml
index 6ba625ffe1..3665bc7b60 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-service/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/external-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/launcher-ri/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/launcher-ri/pom.xml
index 0a9321d554..24d93c1d2d 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/launcher-ri/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/launcher-ri/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,20 +34,20 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<!-- Test resources -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws-external-client</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-ws-jaxws-external-service</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/pom.xml
index ad9698045e..4fda60d4de 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/ws-jaxws/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>