diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 09:18:08 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 09:18:08 +0000 |
commit | 3c2babfc32ec89f05d00794935a87eaa2fc3cdd4 (patch) | |
tree | ebe4c4d9216b912eabf79e5f4ec569d03792a4d0 | |
parent | ad124a7a8e631126b1f038f1c595757834495e72 (diff) |
Corrected the name of the target artifact ID
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776245 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sandbox/travelsample/clients/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/clients/pom.xml b/sandbox/travelsample/clients/pom.xml index 6070dbb7a5..50603b4846 100644 --- a/sandbox/travelsample/clients/pom.xml +++ b/sandbox/travelsample/clients/pom.xml @@ -25,7 +25,7 @@ <version>1.5-SNAPSHOT</version> <!--relativePath>../pom.xml</relativePath--> </parent> - <artifactId>scatours-launchers</artifactId> + <artifactId>scatours-clients</artifactId> <packaging>pom</packaging> <name>Apache Tuscany SCA Tours non-SCA Clients</name> |