summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml
index 82f08f1e41..25e30c136c 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-wicket</artifactId>
+ <artifactId>sample-helloworld-wicket-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld using Wicket</name>
@@ -70,7 +70,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-wicket</finalName>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>