summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml
index 5bd58d3dae..86a0407b24 100644
--- a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml
+++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml
@@ -49,7 +49,7 @@
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
<resources>
<resource>
<filtering>false</filtering>
@@ -106,4 +106,4 @@
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
</properties>
- </project> \ No newline at end of file
+ </project>