From 8c3bce10f97f0071769e8e8f27cb36803b1c8504 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 19:28:29 +0100 Subject: [PATCH] Cleanup sal-akka-raft-example/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I88b2595c9782863b92220821c86171f1eaaf39db Signed-off-by: Robert Varga --- .../md-sal/sal-akka-raft-example/pom.xml | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index 8667253a2d..3e8743ccd5 100644 --- a/opendaylight/md-sal/sal-akka-raft-example/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft-example/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-akka-raft-example + 1.5.0-SNAPSHOT bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + org.opendaylight.controller @@ -43,10 +59,27 @@ + 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:Architecture:Clustering + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6