diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/distribution/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/distribution/pom.xml b/branches/sca-java-1.x/distribution/pom.xml index 698c33bf2b..881be9a689 100644 --- a/branches/sca-java-1.x/distribution/pom.xml +++ b/branches/sca-java-1.x/distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -101,7 +101,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-webapp</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <!--don't put two servlet hosts in the classpath TUSCANY-1954 --> <!--include tomcat here so it is shipped in modules/ but not --> @@ -109,7 +109,7 @@ <!-- dependency> <groupId>${pom.groupId}</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency --> <dependency> <groupId>org.apache.tuscany.sdo</groupId> |