diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 18:54:15 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 18:54:15 +0000 |
commit | d07f5af5341816a1b6c316474dbebb0c033ad9e6 (patch) | |
tree | 11f43e6ab4f55bfbd082c4ca77238f334daa25e1 /sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit | |
parent | f1984b9335ce00bab9622586df9bf17b4d669302 (diff) |
Update version number to 1.6.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
2 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml index 74687aedbf..fbde9f3645 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -49,14 +49,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-00-jar-shared</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-12-ejb-appcomp-contrib-implicit</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <type>ejb</type> <scope>provided</scope> </dependency> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-06-war-appcomp-contrib-implicit</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <type>war</type> <scope>provided</scope> </dependency> diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml index 32aa604cba..d0c47d0ef6 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -49,14 +49,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-00-jar-shared</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-08-ejb-enhanced</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <type>ejb</type> <scope>provided</scope> </dependency> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-jee-samples-01-war-nonenhanced</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <type>war</type> <scope>provided</scope> </dependency> |