From 0785e2cd5bdbc1ced1f100e2208d6a9547e5c864 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 4 May 2016 16:47:20 +0200 Subject: [PATCH] Use ${project.version} for internal dependencies Correct the version on southbound-impl's southbound-utils dependency... Change-Id: I12c9aaa94670031a0b3a323facfd1dafecc90317 Signed-off-by: Stephen Kitt --- southbound/southbound-impl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index a704681cc..cb103135a 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -108,7 +108,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.ovsdb utils.southbound-utils - 1.3.0-SNAPSHOT + ${project.version} test -- 2.36.6