From 161c5c34e4a3c6999578c833add2f60e2494dbb3 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 5 Feb 2011 13:42:26 +0000 Subject: Fix lots of depricated maven variable warnings for Maven v3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml | 2 +- .../trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml | 2 +- sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml | 2 +- sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml | 2 +- sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/testing/itest/ws-jaxws') diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml index 05be037e27..c328a9dc1e 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml @@ -53,7 +53,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml index 7fa5daf66e..892976cd12 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml @@ -53,7 +53,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml index 915b17e1fe..d92d8d6fcf 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml @@ -53,7 +53,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml index d00b8168d2..0bd8a2f4e1 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml @@ -35,7 +35,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml index 2ed9ff1742..dc08db9fac 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml @@ -53,7 +53,7 @@ - ${artifactId} + ${project.artifactId} -- cgit v1.2.3