diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 10:51:59 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 10:51:59 +0000 |
commit | 556f8b85a4cb9dcae3d894ff4f72f5b7096c9f72 (patch) | |
tree | ee18d860db66580fa9700fdf307ed027aa7a3088 /branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml | |
parent | f943cc0e4b33c40cbdc92daa76b5aefcd23b5102 (diff) |
Change branch version number
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml b/branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml index 9756cb80e2..cf91618fa4 100644 --- a/branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml +++ b/branches/sca-java-1.3.3/modules/policy-security-ws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-policy-security-ws</artifactId> @@ -32,19 +32,19 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly-xml</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-security</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> @@ -124,7 +124,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution-impl</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> |