From dff487fce2c8704328251d5c943edbeeaffa6994 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 17:37:35 +0100 Subject: [PATCH 1/1] Cleanup sal-schema-service/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: Ifa4de2f09dbf9bf718da86b1de802765cda7cf7b Signed-off-by: Robert Varga --- .../md-sal/sal-schema-service/pom.xml | 53 +++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/opendaylight/md-sal/sal-schema-service/pom.xml b/opendaylight/md-sal/sal-schema-service/pom.xml index d7ccb5d927..b5898a4e10 100644 --- a/opendaylight/md-sal/sal-schema-service/pom.xml +++ b/opendaylight/md-sal/sal-schema-service/pom.xml @@ -2,13 +2,36 @@ 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-schema-service + 1.5.0-SNAPSHOT bundle + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.1.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + com.google.guava @@ -30,7 +53,6 @@ - org.apache.felix maven-bundle-plugin @@ -44,4 +66,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 + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6