diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/launchers/introducing-domain/pom.xml (renamed from sandbox/travelsample/launchers/introducing-domain-launcher/pom.xml) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/travelsample/launchers/introducing-domain-launcher/pom.xml b/sandbox/travelsample/launchers/introducing-domain/pom.xml index f696b836f0..3b10b4d537 100644 --- a/sandbox/travelsample/launchers/introducing-domain-launcher/pom.xml +++ b/sandbox/travelsample/launchers/introducing-domain/pom.xml @@ -25,27 +25,27 @@ <version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>scatours-introducing-domain-launcher</artifactId>
+ <artifactId>scatours-launcher-introducing-domain</artifactId>
<name>Apache Tuscany SCA Tours Introducing Domain Launcher</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-introducing-tuscanyscatours-contribution</artifactId>
+ <artifactId>scatours-contribution-introducing-tours</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-introducing-goodvaluetrips-contribution</artifactId>
+ <artifactId>scatours-contribution-introducing-trips</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-introducing-client-contribution</artifactId>
+ <artifactId>scatours-contribution-introducing-client</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
|