summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.2/vtest/java-api/annotations
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.5.2/vtest/java-api/annotations')
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/conversational/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/conversationattributes/pom.xml8
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/destroy/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/endsconversation/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/init/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/oneway/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/property/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/reference/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/scope/pom.xml6
-rw-r--r--branches/sca-java-1.5.2/vtest/java-api/annotations/service/pom.xml6
11 files changed, 34 insertions, 34 deletions
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/conversational/pom.xml
index fde4e43efd..144f808b31 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/conversational/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/conversationattributes/pom.xml
index 071576e4d5..391f1fd11f 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/destroy/pom.xml
index 2c1039affa..8cd0b81078 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/destroy/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/endsconversation/pom.xml
index 01b6c3cf70..07b609b198 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/init/pom.xml
index 581f6fdb70..180dd672a9 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/init/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/oneway/pom.xml
index 2429a2f04f..8069e822b5 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/oneway/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/pom.xml
index 3aaddaf6c7..45392b9a19 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/property/pom.xml
index 0528d9c191..3e87f76ded 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/property/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/reference/pom.xml
index 505a40aace..b7f9b52985 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/reference/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/scope/pom.xml
index de8220b2db..06d5d6fc26 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/scope/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.5.2/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.5.2/vtest/java-api/annotations/service/pom.xml
index d322ec0362..5359e29cca 100644
--- a/branches/sca-java-1.5.2/vtest/java-api/annotations/service/pom.xml
+++ b/branches/sca-java-1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>