From 93f5c6cfd927ede97c520dc8ffa2f5412a477571 Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 28 Oct 2010 16:51:36 +0000 Subject: Fix the property names to be consistent with maven3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028382 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugins/trunk/maven-bundle-plugin/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'maven-plugins/trunk') diff --git a/maven-plugins/trunk/maven-bundle-plugin/pom.xml b/maven-plugins/trunk/maven-bundle-plugin/pom.xml index 85fdb7e65f..5675500208 100644 --- a/maven-plugins/trunk/maven-bundle-plugin/pom.xml +++ b/maven-plugins/trunk/maven-bundle-plugin/pom.xml @@ -191,13 +191,13 @@ ${project.artifactId} - ${name} + ${project.name} The Apache Software Foundation - ${version} - ${name} + ${project.version} + ${project.name} org.apache The Apache Software Foundation - ${version} + ${project.version} -- cgit v1.2.3