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 --- .../quickstart-bpel/src/main/resources/archetype-resources/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-java-2.x/trunk/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml') diff --git a/sca-java-2.x/trunk/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml index 30be6b66e3..ecc47712a9 100644 --- a/sca-java-2.x/trunk/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml +++ b/sca-java-2.x/trunk/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml @@ -22,9 +22,9 @@ 4.0.0 ${groupId} - ${artifactId} + ${project.artifactId} war - ${version} + ${project.version} #literal() quickstart @@ -81,7 +81,7 @@ install - ${artifactId} + ${project.artifactId} false -- cgit v1.2.3