summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/vtest/java-api/annotations
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.5.1/vtest/java-api/annotations')
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/conversational/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/conversationattributes/pom.xml8
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/destroy/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/endsconversation/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/init/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/oneway/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/property/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/reference/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/scope/pom.xml6
-rw-r--r--branches/sca-java-1.5.1/vtest/java-api/annotations/service/pom.xml6
11 files changed, 34 insertions, 34 deletions
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/conversational/pom.xml
index 50c30ffade..fde4e43efd 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/conversational/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/conversationattributes/pom.xml
index a71b1d17f1..071576e4d5 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/destroy/pom.xml
index 5bfc172687..2c1039affa 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/destroy/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/endsconversation/pom.xml
index eca15df762..01b6c3cf70 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/init/pom.xml
index 842c41b144..581f6fdb70 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/init/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/oneway/pom.xml
index d1408372f3..2429a2f04f 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/oneway/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/pom.xml
index f2cb612b2e..3aaddaf6c7 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/property/pom.xml
index 896a6b48c8..0528d9c191 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/property/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/reference/pom.xml
index b4bea7a1c8..505a40aace 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/reference/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/scope/pom.xml
index 7298c17413..de8220b2db 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/scope/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.1/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.5.1/vtest/java-api/annotations/service/pom.xml
index 2c1d185f22..d322ec0362 100644
--- a/branches/sca-java-1.5.1/vtest/java-api/annotations/service/pom.xml
+++ b/branches/sca-java-1.5.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.5.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.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>