diff options
Diffstat (limited to 'sandbox/travelsample/launchers')
-rw-r--r-- | sandbox/travelsample/launchers/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index b7c6632864..59e5a2ff3e 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -22,9 +22,10 @@ <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> + <version>1.0-SNAPSHOT</version> <artifactId>scatours-launchers</artifactId> <packaging>pom</packaging> <name>Apache Tuscany SCA Tours Launchers</name> |