From 7cb629e68c0388c7d53fa60231479caab1d4329b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 26 Nov 2014 14:50:15 -0500 Subject: [PATCH] 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 --- .../md-sal/samples/clustering-test-app/provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6