diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-02 12:34:48 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-02 12:34:48 +0000 |
commit | b0f9cda6d2deedff59ca6449bd0e5cec42af700c (patch) | |
tree | fabb1a00aa7ac94e42e3bd0fabfa4b7bf0c94301 /branches/sca-java-1.x/vtest/java-api/annotations | |
parent | 2e56e7202012b2b7dce49a1f860980d086ace7e4 (diff) |
Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/vtest/java-api/annotations')
11 files changed, 34 insertions, 34 deletions
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml index 12bb6e682c..ab34ce4b5f 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml index 6fcc35ca60..072b82fa00 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-security</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml index 211f457b11..247eefff02 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml index 4e75f9420a..9498f8cc8b 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml index 0d382dca82..a826f0962b 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml index 872b98954a..b489ddc6fa 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/pom.xml index 2755583358..4b5e743b16 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml index b59d01479a..bcdd3ad712 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml index aabf47ee43..974f0ad3aa 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml index 44b1c31164..f1eb49eba8 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml index 5d389c4af9..496c20ad41 100644 --- a/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml +++ b/branches/sca-java-1.x/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-SNAPSHOT</version> + <version>1.5-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-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> |