summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-27 23:02:57 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-27 23:02:57 +0000
commit1a23ab36936be767a742633c70b1f7b4d0037d74 (patch)
tree2adbcb8bb757a7ddab49a9133dc0839381429e33 /java/sca/itest/distribution/webapp-helloworld/pom.xml
parent8944204061a3685b0e683d902e93ada9453d54af (diff)
TUSCANY-3183 - Dependency updates to match new sample project ids
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld/pom.xml4
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 c559283878..ff379f99a9 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>sample-helloworld</artifactId>
+ <artifactId>sample-webapp-helloworld</artifactId>
<type>war</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -107,7 +107,7 @@
<deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-helloworld</artifactId>
+ <artifactId>sample-webapp-helloworld</artifactId>
<type>war</type>
<pingURL>http://localhost:8085/helloworld</pingURL>
</deployable>