diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-01 23:15:12 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-01 23:15:12 +0000 |
commit | df08a05b0fa6ae155736333d899278b3b8df13a2 (patch) | |
tree | 054eb24ede494b52ceabc5fe54d6231260d28f57 /java/sca | |
parent | 13b7f97dd44734f792038d514a06bb276c7ba0dc (diff) |
Change the artifact id
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/node2-launcher-osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/node2-launcher-osgi/pom.xml b/java/sca/modules/node2-launcher-osgi/pom.xml index b3a20c7164..3565aaf31a 100644 --- a/java/sca/modules/node2-launcher-osgi/pom.xml +++ b/java/sca/modules/node2-launcher-osgi/pom.xml @@ -27,7 +27,7 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-node2-osgi-launcher</artifactId> + <artifactId>tuscany-node2-launcher-osgi</artifactId> <name>Apache Tuscany SCA Node OSGi Launcher</name> <dependencies> |