summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversational/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversationattributes/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/destroy/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/endsconversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/init/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/oneway/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/property/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/reference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/scope/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/service/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/callablereference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/componentcontext/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/conversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/exception/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/requestcontext/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/servicereference/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callback/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callbackmixed/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/id/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/lifetime/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/parameters/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/pom.xml8
25 files changed, 77 insertions, 77 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversational/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversational/pom.xml
index 50c30ffade..b042c81726 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversational/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversationattributes/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversationattributes/pom.xml
index a71b1d17f1..bd509aaa37 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/destroy/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/destroy/pom.xml
index 5bfc172687..7733f4322b 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/destroy/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/endsconversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/endsconversation/pom.xml
index eca15df762..a1d2b4de52 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/init/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/init/pom.xml
index 842c41b144..955143e393 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/init/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/oneway/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/oneway/pom.xml
index d1408372f3..7ed1ef08fe 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/oneway/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/pom.xml
index f2cb612b2e..ad44bfab7d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/property/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/property/pom.xml
index 896a6b48c8..00369c2df8 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/property/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/reference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/reference/pom.xml
index b4bea7a1c8..91c827c09e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/reference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/scope/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/scope/pom.xml
index 7298c17413..03e142eb86 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/scope/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/service/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/service/pom.xml
index 2c1d185f22..46e9210e59 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/annotations/service/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/callablereference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/callablereference/pom.xml
index 161eed1f83..18867801ed 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/callablereference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/componentcontext/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/componentcontext/pom.xml
index a798bc18da..5f96970772 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/componentcontext/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/conversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/conversation/pom.xml
index 4afdaae33a..9b3d35ae6e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/conversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/exception/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/exception/pom.xml
index 4961e5fa85..3397b817fe 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/exception/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/pom.xml
index 570dbef27c..0293140ad9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/requestcontext/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/requestcontext/pom.xml
index 33c129b042..52c5705836 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/requestcontext/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/servicereference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/servicereference/pom.xml
index 6ef6a5b4bf..99b1167075 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis/servicereference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callback/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callback/pom.xml
index 27af25fc9a..d6d8ba3dae 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callback/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callbackmixed/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callbackmixed/pom.xml
index 0281b8fd26..da8d9283f7 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/callbackmixed/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/id/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/id/pom.xml
index 854d55d15c..03f6251faf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/id/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/lifetime/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/lifetime/pom.xml
index 6ee5a6ed9d..116667b55c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/lifetime/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/parameters/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/parameters/pom.xml
index f1dd1b4e0f..0a0626ad44 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/parameters/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/pom.xml
index 7d98b95e5f..f977e8d4bf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/conversation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/pom.xml
index af3f58dea2..852a00b354 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-vtest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>