summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/vtest/java-api/apis')
-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
7 files changed, 21 insertions, 21 deletions
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>