From: Thanh Ha Date: Wed, 26 Nov 2014 19:50:15 +0000 (-0500) Subject: Fix expression deprecated warning on ${version} X-Git-Tag: release/lithium~833^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7cb629e68c0388c7d53fa60231479caab1d4329b Fix expression deprecated warning on ${version} ${version} is deprecated and ${project.version} should be used instead. This patch fixes the expression used. Change-Id: Iaf3a3bf8b852836ed01106a419cca2ab60c314d5 Signed-off-by: Thanh Ha --- diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index d4d55b04c0..31a1237a5b 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -71,7 +71,7 @@ org.opendaylight.controller.samples clustering-it-model - ${version} + ${project.version} org.opendaylight.controller