summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/wsbinding/nowsdl
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/vtest/wsbinding/nowsdl')
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml10
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml10
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/pom.xml8
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml10
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml10
5 files changed, 24 insertions, 24 deletions
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
index 9984d70fec..5ee0fe64bd 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-defaultbinding</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
index aa361e4e97..3d9fe41834 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-multisoapbindings</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/pom.xml
index 357adbc934..a5ab0eda88 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
@@ -34,19 +34,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
index 8a8ae46b8d..07321d5f2c 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-promoted</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
index 0fd0c643ab..12cc40dacd 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-soapversion</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>