diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-30 16:41:01 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-30 16:41:01 +0000 |
commit | ac4c8796ff5fc42deff8cdda446447838c4f83fc (patch) | |
tree | 5a47563280789c6cc4d4f8795e990b207f13d364 /java/sca/archetypes/quickstart | |
parent | 20532be8b8127a3f2624e4a62c7cad80a3bbc566 (diff) |
Use maven-assembly-plugin to create zip contribution
Fix the parent pom and junit version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart')
-rw-r--r-- | java/sca/archetypes/quickstart/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/quickstart/pom.xml b/java/sca/archetypes/quickstart/pom.xml index 37f408868c..5500fc947d 100644 --- a/java/sca/archetypes/quickstart/pom.xml +++ b/java/sca/archetypes/quickstart/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-modules</artifactId>
+ <artifactId>tuscany-sca</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
|