diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-10 20:03:45 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-10 20:03:45 +0000 |
commit | 0592bc4b4e45772889004a2507389810f584460b (patch) | |
tree | 63dcb51ce02eb9f49ea543c502d9a7b03b445133 | |
parent | 6dd671f2d670a33e369563cb85c748ccc4a7ff97 (diff) |
Update the helloworld sample itest to use the correct sample artiface name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/itest/distribution/webapp-helloworld/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml index 55fb8d593c..076f46febe 100644 --- a/java/sca/itest/distribution/webapp-helloworld/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml @@ -39,7 +39,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld</artifactId>
+ <artifactId>sample-helloworld</artifactId>
<type>war</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -107,7 +107,7 @@ <deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld</artifactId>
+ <artifactId>sample-helloworld</artifactId>
<type>war</type>
<pingURL>http://localhost:8085/helloworld</pingURL>
</deployable>
|