From 5cb3ce3249f6ac5892f0b481f7d86fe7d4d3b3fb Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 12 Jun 2017 08:02:05 -0400 Subject: [PATCH 1/1] Switch from config-parent to bundle-parent in mdsal-trace Change-Id: Ieaca84db2ff205b6717cd2d37443459b75bdc7fa Signed-off-by: Tom Pantelis --- .../md-sal/mdsal-trace/binding-impl/pom.xml | 6 ++--- .../md-sal/mdsal-trace/dom-impl/pom.xml | 27 +++++++++++++------ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/opendaylight/md-sal/mdsal-trace/binding-impl/pom.xml b/opendaylight/md-sal/mdsal-trace/binding-impl/pom.xml index 5e14745ad8..befc357051 100644 --- a/opendaylight/md-sal/mdsal-trace/binding-impl/pom.xml +++ b/opendaylight/md-sal/mdsal-trace/binding-impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.8.0-Carbon diff --git a/opendaylight/md-sal/mdsal-trace/dom-impl/pom.xml b/opendaylight/md-sal/mdsal-trace/dom-impl/pom.xml index d0f7dd5762..c08bc89226 100644 --- a/opendaylight/md-sal/mdsal-trace/dom-impl/pom.xml +++ b/opendaylight/md-sal/mdsal-trace/dom-impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.11.0-SNAPSHOT @@ -26,11 +26,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller - mdsal-artifacts - ${project.version} - pom - import - + mdsal-artifacts + ${project.version} + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + @@ -51,6 +58,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} sal-broker-impl + + org.opendaylight.mdsal + mdsal-binding-dom-codec + -- 2.36.6