summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversational/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversationattributes/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/destroy/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/endsconversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/init/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/oneway/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/property/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/reference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/scope/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/service/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/callablereference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/componentcontext/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/conversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/exception/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/requestcontext/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/servicereference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callback/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callbackmixed/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/id/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/lifetime/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/parameters/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/pom.xml8
25 files changed, 77 insertions, 77 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversational/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversational/pom.xml
index b042c81726..3a3fde9127 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversational/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversational/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-conversation</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversationattributes/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversationattributes/pom.xml
index bd509aaa37..00a844d2cf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/conversationattributes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-conversationattributes</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/destroy/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/destroy/pom.xml
index 7733f4322b..1843044a7d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/destroy/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/destroy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-destroy</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/endsconversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/endsconversation/pom.xml
index a1d2b4de52..a807a4aa0f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/endsconversation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-endsconversation</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/init/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/init/pom.xml
index 955143e393..e45e341157 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/init/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/init/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-init</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/oneway/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/oneway/pom.xml
index 7ed1ef08fe..3ed8f0bca0 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/oneway/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/oneway/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-oneway</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/pom.xml
index ad44bfab7d..1668a515e9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-java-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>java-api-annotations</artifactId>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/property/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/property/pom.xml
index 00369c2df8..fe8abcbeb9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/property/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/property/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-property</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/reference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/reference/pom.xml
index 91c827c09e..aa77e8c089 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/reference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/reference/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-reference</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/scope/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/scope/pom.xml
index 03e142eb86..71e5130772 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/scope/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/scope/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-scope</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/service/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/service/pom.xml
index 46e9210e59..d9e4188ba6 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/service/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/annotations/service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-service</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/callablereference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/callablereference/pom.xml
index 18867801ed..956583425f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/callablereference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/callablereference/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-callablereference</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/componentcontext/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/componentcontext/pom.xml
index 5f96970772..b880314021 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/componentcontext/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/componentcontext/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-componentcontext</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/conversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/conversation/pom.xml
index 9b3d35ae6e..3b496c5451 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/conversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/conversation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-conversation</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/exception/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/exception/pom.xml
index 3397b817fe..49a23e8afe 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/exception/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/exception/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-exception</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/pom.xml
index 0293140ad9..d7a6f068bd 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-java-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>java-api-apis</artifactId>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/requestcontext/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/requestcontext/pom.xml
index 52c5705836..ca91451e6e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/requestcontext/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/requestcontext/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-requestcontext</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/servicereference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/servicereference/pom.xml
index 99b1167075..3da1ef4807 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/servicereference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/apis/servicereference/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-apis</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-servicereference</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callback/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callback/pom.xml
index d6d8ba3dae..fc95c919c5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callback/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callback/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-callback</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callbackmixed/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callbackmixed/pom.xml
index da8d9283f7..7ce36fffc5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callbackmixed/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/callbackmixed/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-callback-mixed</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/id/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/id/pom.xml
index 03f6251faf..f93d20233e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/id/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/id/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-id</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/lifetime/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/lifetime/pom.xml
index 116667b55c..4e2780194c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/lifetime/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/lifetime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-lifetime</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/parameters/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/parameters/pom.xml
index 0a0626ad44..c19ccfbf44 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/parameters/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/parameters/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>java-api-annotations</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-parameters</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/pom.xml
index f977e8d4bf..7e249cd0b3 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/conversation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-java-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation</artifactId>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/pom.xml
index 852a00b354..a55db7eadb 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/vtest/java-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-vtest</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api</artifactId>
@@ -33,20 +33,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>