From 2b72640a5ca0dd9d9e8991a2de7d4ac58f8fc0c9 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 24 Mar 2016 16:32:18 +0100 Subject: [PATCH] Make features-test pom.xml use versions from properties This is an analogue to the last three edited lines to feature-index/pom.xml done in Change 36241. Change-Id: Ifde6430386ba0932c0a0693ff23485f464255a31 Signed-off-by: Vratko Polak (cherry-picked from 5ad2565bbc81c19018eab87d0291e00b410c78de) --- features-test/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features-test/pom.xml b/features-test/pom.xml index f09d6a52..488db894 100644 --- a/features-test/pom.xml +++ b/features-test/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.odlparent features-test - 1.7.0-SNAPSHOT + ${feature.odlparent.version} junit @@ -46,7 +46,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.7.0-SNAPSHOT + ${feature.odlparent.version} zip @@ -117,7 +117,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.7.0-SNAPSHOT + ${feature.odlparent.version} org.opendaylight.odlparent:features-test -- 2.36.6