diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 22:54:04 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 22:54:04 +0000 |
commit | afc70d2d45629f55a862e2fa37349454c0bc175d (patch) | |
tree | 01a9db382aee5f28c2defd8c8147cb60ab3de50b | |
parent | 16a864276ca66946fe6f7be9b0129bc58d102460 (diff) |
Apply new naming convention to maven artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815546 13f79535-47bb-0310-9956-ffa450edef68
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>
|