diff options
Diffstat (limited to '')
3 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml b/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml index 550bfa6f4b..e124ce1272 100644 --- a/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml +++ b/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml @@ -25,7 +25,7 @@ <version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>currency-converter-corba-client</artifactId>
+ <artifactId>scatours-client-currency-converter-corba</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter CORBA Client</name>
<dependencies>
diff --git a/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml b/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml index 07f93a3b65..ab29b6ab8f 100644 --- a/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml +++ b/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml @@ -25,7 +25,7 @@ <version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>currency-converter-rmi-client</artifactId>
+ <artifactId>scatours-client-currency-converter-rmi</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter RMI Client</name>
<dependencies>
diff --git a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml index e79ed1cef0..eb7a33583c 100644 --- a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml +++ b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml @@ -26,7 +26,7 @@ <!--relativePath>../../pom.xml</relativePath-->
</parent>
<version>1.0-SNAPSHOT</version>
- <artifactId>currency-converter-ws-jaxws-client</artifactId>
+ <artifactId>scatours-client-currency-converter-ws-jaxws</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter Web Service JAX-WS Client</name>
<dependencies>
|