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 --- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml') diff --git a/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml index 8b2ad3d3a9..5a2755a325 100644 --- a/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml +++ b/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml @@ -22,9 +22,9 @@ 4.0.0 ${groupId} - ${artifactId} - ${version} - ${artifactId} + ${project.artifactId} + ${project.version} + ${project.artifactId} @@ -46,7 +46,7 @@ install - ${artifactId} + ${project.artifactId} -- cgit v1.2.3