diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/fullapp-frontend-contribution/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-frontend-contribution/pom.xml b/sandbox/travelsample/contributions/fullapp-frontend-contribution/pom.xml index 189e0840e4..623f84416d 100644 --- a/sandbox/travelsample/contributions/fullapp-frontend-contribution/pom.xml +++ b/sandbox/travelsample/contributions/fullapp-frontend-contribution/pom.xml @@ -22,9 +22,9 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <!--relativePath>../../pom.xml</relativePath--> - </parent> + </parent><version>1.0-SNAPSHOT</version> <artifactId>scatours-fullapp-frontend-contribution</artifactId> <name>Apache Tuscany SCA Tours Full Application Front End Contribution</name> @@ -32,27 +32,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <scope>test</scope> </dependency> @@ -72,7 +72,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-ant-generator</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <executions> <execution> <configuration> |