From: Stephen Kitt Date: Wed, 4 May 2016 14:47:20 +0000 (+0200) Subject: Use ${project.version} for internal dependencies X-Git-Tag: release/boron~104^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0785e2cd5bdbc1ced1f100e2208d6a9547e5c864;p=ovsdb.git Use ${project.version} for internal dependencies Correct the version on southbound-impl's southbound-utils dependency... Change-Id: I12c9aaa94670031a0b3a323facfd1dafecc90317 Signed-off-by: Stephen Kitt --- 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