From: Tom Pantelis Date: Mon, 12 Jun 2017 12:02:05 +0000 (-0400) Subject: Switch from config-parent to bundle-parent in mdsal-trace X-Git-Tag: release/nitrogen~125 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=5cb3ce3249f6ac5892f0b481f7d86fe7d4d3b3fb Switch from config-parent to bundle-parent in mdsal-trace Change-Id: Ieaca84db2ff205b6717cd2d37443459b75bdc7fa Signed-off-by: Tom Pantelis --- 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 +