diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 23:04:36 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 23:04:36 +0000 |
commit | 15d305ea23f9a9e6266f9a2411b7f0c35c5fa9a2 (patch) | |
tree | 4e8479805beb885926d6a1e77c41a051ab6351fa /sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml | |
parent | 48652479c1a0410505e03cb932057db1a2e7a2a4 (diff) |
Update version number to 1.6.2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml index bc223af548..990e217e0f 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-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.1-SNAPSHOT</version> + <version>1.6.2-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.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <scope>provided</scope> </dependency> |