From d16bc738e98f4338787141007ca99a17331a172e Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 22 Oct 2011 20:19:52 +0000 Subject: [PATCH] using ${version} is deprecated in favour of ${project.version} git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1187768 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92493d90..204071ba 100644 --- a/pom.xml +++ b/pom.xml @@ -353,7 +353,7 @@ limitations under the License. -e ../../target - ${version} + ${project.version}