diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/interaction-service-remote/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/travelsample/contributions/interaction-service-remote/pom.xml b/sandbox/travelsample/contributions/interaction-service-remote/pom.xml index f9b6ba74c6..d8b5026397 100644 --- a/sandbox/travelsample/contributions/interaction-service-remote/pom.xml +++ b/sandbox/travelsample/contributions/interaction-service-remote/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-contribution-interaction-service-remote</artifactId> <name>Apache Tuscany SCA Tours Interaction Service Remote Contribution</name> @@ -32,21 +32,21 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-contribution-common</artifactId> - <version>1.0-SNAPSHOT</version> + <version>${pom.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-contribution-flight</artifactId> - <version>1.0-SNAPSHOT</version> + <version>${pom.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-contribution-hotel</artifactId> - <version>1.0-SNAPSHOT</version> + <version>${pom.version}</version> <scope>runtime</scope> </dependency> </dependencies> |