summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
index efa2eafa12..b10724a17d 100644
--- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld-stripes</artifactId>
+ <artifactId>sample-helloworld-stripes</artifactId>
<type>war</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -103,15 +103,15 @@
to your local Tomcat installation -->
<cargo.jvmargs><![CDATA[-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y]]></cargo.jvmargs>
<cargo.servlet.port>8085</cargo.servlet.port>
- <context>helloworld-stripes</context>
+ <context>sample-helloworld-stripes</context>
</properties>
<deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld-stripes</artifactId>
+ <artifactId>sample-helloworld-stripes</artifactId>
<type>war</type>
<properties>
- <context>helloworld-stripes</context>
+ <context>sample-helloworld-stripes</context>
</properties>
</deployable>
</deployables>