From 70c7ef783c06c84bfdc203fdd1de231bed742c06 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Thu, 8 Jun 2017 09:57:22 -0400 Subject: [PATCH 1/1] Switch from config-parent to bundle-parent in mdsal-it-base Change-Id: I0d3393fae51408b857b896fe3ff9736f67d868aa Signed-off-by: Tom Pantelis --- opendaylight/md-sal/mdsal-it-base/pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index aa713b20ff..a296ec3213 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -9,12 +9,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT - ../../config/config-parent + org.opendaylight.odlparent + bundle-parent + 1.8.0-Carbon + 4.0.0 + org.opendaylight.controller mdsal-it-base 1.6.0-SNAPSHOT bundle @@ -24,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - ${project.groupId} + org.opendaylight.controller mdsal-artifacts ${project.version} pom @@ -34,13 +35,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - ${project.groupId} + org.opendaylight.controller config-it-base ${config.version} compile - ${project.groupId} + org.opendaylight.controller sal-binding-api -- 2.36.6