diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 01:34:48 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 01:34:48 +0000 |
commit | 564d2ef745669b64192b130e29d0a44f9516d416 (patch) | |
tree | 841d9ecc4d980ee7038835f09fd82582398ff9b9 /java/sca/tutorials/store/store-test | |
parent | 01280edc9f7f7b85f1fde3ad3a3da8aaa39c0395 (diff) |
Moved tutorial-store under tutorials, adjusted poms and assembly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/tutorials/store/store-test')
-rw-r--r-- | java/sca/tutorials/store/store-test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/tutorials/store/store-test/pom.xml b/java/sca/tutorials/store/store-test/pom.xml index bac736d5bd..057d3713d8 100644 --- a/java/sca/tutorials/store/store-test/pom.xml +++ b/java/sca/tutorials/store/store-test/pom.xml @@ -21,12 +21,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-tutorial</artifactId> + <artifactId>tuscany-tutorial-store</artifactId> <version>1.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tutorial-store-test</artifactId> - <name>Apache Tuscany SCA Tutorial Integration Test</name> + <name>Apache Tuscany SCA Store Tutorial Integration Test</name> <repositories> <repository> |