summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution/tomcat
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/distribution/tomcat')
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml2
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml2
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
index 27816ddb00..3aa5aa3809 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
@@ -40,7 +40,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
index d1ea28fc54..9497949fb5 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
@@ -40,6 +40,6 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
index b11a6bb687..704ee91174 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
@@ -40,7 +40,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
index d8a4831e82..67de9b020e 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
@@ -46,7 +46,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
index 3b43a4fa59..e37b2021cb 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
@@ -40,6 +40,6 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>