diff options
5 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/samples/webapps/helloworld-bpel/pom.xml b/java/sca/samples/webapps/helloworld-bpel/pom.xml index 6718ccf7ab..25c27482e5 100644 --- a/java/sca/samples/webapps/helloworld-bpel/pom.xml +++ b/java/sca/samples/webapps/helloworld-bpel/pom.xml @@ -28,7 +28,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-webapp-helloworld-bpel</artifactId>
+ <artifactId>helloworld-bpel</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld BPEL</name>
@@ -127,4 +127,4 @@ </plugins>
</build>
-</project> +</project>
diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml index 8a7101c775..5c1786e651 100644 --- a/java/sca/samples/webapps/helloworld-jsp/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-jsp</artifactId> + <artifactId>helloworld-jsp</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld JSP</name> diff --git a/java/sca/samples/webapps/helloworld-servlet/pom.xml b/java/sca/samples/webapps/helloworld-servlet/pom.xml index ee41488ef0..31031ac5f5 100644 --- a/java/sca/samples/webapps/helloworld-servlet/pom.xml +++ b/java/sca/samples/webapps/helloworld-servlet/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-servlet</artifactId> + <artifactId>helloworld-servlet</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld Servlet</name> diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml index da6793875d..2d6e8a0507 100644 --- a/java/sca/samples/webapps/helloworld-stripes/pom.xml +++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld-stripes</artifactId> + <artifactId>helloworld-stripes</artifactId> <packaging>war</packaging> <name>Apache Tuscany SCA Sample Helloworld using Stripes</name> diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml index e43ae5bc5b..b553afb6f6 100644 --- a/java/sca/samples/webapps/helloworld/pom.xml +++ b/java/sca/samples/webapps/helloworld/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>sample-webapp-helloworld</artifactId> + <artifactId>helloworld</artifactId> <name>Apache Tuscany SCA Sample Helloworld</name> <packaging>war</packaging> |