summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml
index 0bb7a58812..ec16478ac7 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml
@@ -25,7 +25,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-rest</artifactId>
+ <artifactId>sample-helloworld-rest-webapp</artifactId>
<packaging>war</packaging>
<name>HelloWorld RESTFul Web Application</name>
@@ -105,7 +105,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-rest</finalName>
</build>
</project>