From fcf23f0af9b630e51e5694e26ef36916cc9061d2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 17:54:42 +0100 Subject: [PATCH 1/1] Cleanup sal-binding-util/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I2154c0182f454c6f19d36a4942ba9eed26ab0ba6 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-binding-util/pom.xml | 39 ++++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/opendaylight/md-sal/sal-binding-util/pom.xml b/opendaylight/md-sal/sal-binding-util/pom.xml index 92c0ed71f9..1fa7b4e001 100644 --- a/opendaylight/md-sal/sal-binding-util/pom.xml +++ b/opendaylight/md-sal/sal-binding-util/pom.xml @@ -2,13 +2,29 @@ 4.0.0 - org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.8.0-SNAPSHOT + + + org.opendaylight.controller sal-binding-util + 1.5.0-SNAPSHOT bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + com.google.guava @@ -19,10 +35,27 @@ sal-binding-api + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6