diff options
Diffstat (limited to 'branches/sca-java-1.3.3/modules/host-webapp/pom.xml')
-rw-r--r-- | branches/sca-java-1.3.3/modules/host-webapp/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.3.3/modules/host-webapp/pom.xml b/branches/sca-java-1.3.3/modules/host-webapp/pom.xml index 4feebead06..3a3779a065 100644 --- a/branches/sca-java-1.3.3/modules/host-webapp/pom.xml +++ b/branches/sca-java-1.3.3/modules/host-webapp/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> @@ -33,19 +33,19 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-contribution-impl</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-http</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </dependency> <dependency> |