diff options
Diffstat (limited to 'sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml index 04294f4fa9..578e490a8f 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>helloworld-stripes</artifactId> + <artifactId>sample-helloworld-stripes-webapp</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -115,7 +115,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>helloworld-stripes</artifactId> + <artifactId>sample-helloworld-stripes-webapp</artifactId> <type>war</type> <properties> <context>helloworld-stripes</context> |