diff options
Diffstat (limited to 'sandbox/travelsample/launchers/common/pom.xml')
-rw-r--r-- | sandbox/travelsample/launchers/common/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/travelsample/launchers/common/pom.xml b/sandbox/travelsample/launchers/common/pom.xml index d5e03f7200..284172b25e 100644 --- a/sandbox/travelsample/launchers/common/pom.xml +++ b/sandbox/travelsample/launchers/common/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-sca</artifactId> - <version>1.6-SNAPSHOT</version> - <!--relativePath>../../pom.xml</relativePath--> + <artifactId>tuscany-scatours</artifactId> + <version>1.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent><version>1.0-SNAPSHOT</version> <artifactId>scatours-launcher-common</artifactId> <name>Apache Tuscany SCA Tours Common Utility for Launchers</name> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-api</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> </dependency> |