summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
index dad495c13a..d894f293d9 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
@@ -28,7 +28,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-bpel</artifactId>
+ <artifactId>sample-helloworld-bpel-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld BPEL</name>
@@ -89,7 +89,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-bpel</finalName>
<plugins>
<plugin>