From 1892497bb91a470a97479257aceaad38ffd7676a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 22:14:55 +0100 Subject: [PATCH] Cleanup messagebus-util/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I04d535223796e5a720061c1c9064a6bd0cf32e13 Signed-off-by: Robert Varga --- opendaylight/md-sal/messagebus-util/pom.xml | 42 +++++++++++++++++---- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/opendaylight/md-sal/messagebus-util/pom.xml b/opendaylight/md-sal/messagebus-util/pom.xml index bb40768318..cab10ff11b 100644 --- a/opendaylight/md-sal/messagebus-util/pom.xml +++ b/opendaylight/md-sal/messagebus-util/pom.xml @@ -12,21 +12,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.8.0-SNAPSHOT + + org.opendaylight.controller messagebus-util + 1.5.0-SNAPSHOT + bundle ${project.artifactId} - bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + - - org.osgi - org.osgi.core - org.opendaylight.controller sal-core-api @@ -57,4 +67,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6