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/modules/policy-transaction | |
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 'sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction/pom.xml index 850770e78b..907e94f3e4 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.2/modules/policy-transaction/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-policy-transaction</artifactId> @@ -33,13 +33,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly-xml</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </dependency> <dependency> @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution-impl</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <scope>test</scope> </dependency> |