diff options
4 files changed, 8 insertions, 8 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml b/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml index e1c8a508f5..2afc11d86c 100644 --- a/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-bpel/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>helloworld-bpel</artifactId> + <artifactId>sample-webapp-helloworld-bpel</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -108,7 +108,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>helloworld-bpel</artifactId> + <artifactId>sample-webapp-helloworld-bpel</artifactId> <type>war</type> <properties> <context>helloworld-bpel</context> diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index 7ce9ec0336..638c298478 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-helloworld-jsp</artifactId> + <artifactId>sample-webapp-helloworld-jsp</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -172,7 +172,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-helloworld-jsp</artifactId> + <artifactId>sample-webapp-helloworld-jsp</artifactId> <type>war</type> <properties> <context>helloworld-jsp</context> diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml index b1b07c3f09..2f3c695f67 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>sample-helloworld-stripes</artifactId> + <artifactId>sample-webapp-helloworld-stripes</artifactId> <type>war</type> <version>2.0-SNAPSHOT</version> </dependency> @@ -108,7 +108,7 @@ <deployables> <deployable> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>sample-helloworld-stripes</artifactId> + <artifactId>sample-webapp-helloworld-stripes</artifactId> <type>war</type> <properties> <context>helloworld-stripes</context> 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> |