summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/vtest/java-api/annotations
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml8
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml6
-rw-r--r--branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml6
11 files changed, 34 insertions, 34 deletions
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml
index 068b28da31..36ec021f30 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml
index 90da26c78a..cb112f7038 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml
index 4acd71b7a4..ce216d40d5 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml
index 3f5342cc4b..6c39ef8ae7 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml
index 0680180fde..84b1a72a24 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml
index 2490f9d874..e977e3040a 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml
index 986d3a79f8..bf29c371be 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml
+++ b/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-java-api</artifactId>
- <version>1.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml
index 5156e9774f..14bb90e7a2 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml
index 58f442bb8c..2ff14a4433 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml
index 5f95470e9a..81c188d3e7 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml
index c0da7ab262..acadc3cb71 100644
--- a/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml
+++ b/branches/sca-java-1.4/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.4</version>
+ <version>1.4.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.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>