From: Robert Varga Date: Mon, 2 Jul 2018 15:00:10 +0000 (+0200) Subject: Cleanup model-{inventory,topology} build X-Git-Tag: release/fluorine~58 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=64b5a04e42348aebeece661da2a5cc9369847921 Cleanup model-{inventory,topology} build This cleans up the use of superfluous parent-based configuration. Change-Id: I9e1432dd745f2c77396ca0ee3f0964928211bb15 Signed-off-by: Robert Varga --- diff --git a/opendaylight/model/model-inventory/pom.xml b/opendaylight/model/model-inventory/pom.xml index 429371ebce..521dcf779e 100644 --- a/opendaylight/model/model-inventory/pom.xml +++ b/opendaylight/model/model-inventory/pom.xml @@ -1,19 +1,42 @@ + + - 4.0.0 + 4.0.0 + + org.opendaylight.mdsal + binding-parent + 0.13.0-SNAPSHOT + + - org.opendaylight.controller.model - model-parent + model-inventory + bundle 1.8.0-SNAPSHOT - - model-inventory - bundle - - 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 - + + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + yang-ext + + + + + 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 + diff --git a/opendaylight/model/model-topology/pom.xml b/opendaylight/model/model-topology/pom.xml index ec458e31a0..49c30495f9 100644 --- a/opendaylight/model/model-topology/pom.xml +++ b/opendaylight/model/model-topology/pom.xml @@ -1,31 +1,42 @@ + + - 4.0.0 + 4.0.0 + + org.opendaylight.mdsal + binding-parent + 0.13.0-SNAPSHOT + + - org.opendaylight.controller.model - model-parent + model-topology 1.8.0-SNAPSHOT - - model-topology - bundle + bundle - - - org.opendaylight.controller.model - model-inventory - ${project.version} - - - org.opendaylight.mdsal.model - ietf-topology - - - - 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 - + + + org.opendaylight.controller.model + model-inventory + ${project.version} + + + org.opendaylight.mdsal.model + ietf-topology + + + + 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 + diff --git a/opendaylight/model/pom.xml b/opendaylight/model/pom.xml index db73850778..118d4e1ac1 100644 --- a/opendaylight/model/pom.xml +++ b/opendaylight/model/pom.xml @@ -1,95 +1,36 @@ + + - 4.0.0 - - - org.opendaylight.mdsal - binding-parent - 0.13.0-SNAPSHOT - - - org.opendaylight.controller.model - model-parent - 1.8.0-SNAPSHOT - pom - - - - 2.5.0-SNAPSHOT - 0.13.0-SNAPSHOT - UTF-8 - - - - - - - - org.opendaylight.mdsal - mdsal-artifacts - ${mdsal.version} - pom - import - - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - ${mdsal.model.version} - pom - import - - - - - - model-inventory - model-topology - - - - - org.opendaylight.mdsal - yang-binding - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - - org.opendaylight.mdsal.model - ietf-yang-types-20130715 - - - org.opendaylight.mdsal.model - yang-ext - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - - - 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 - - + 4.0.0 + + org.opendaylight.odlparent + odlparent-lite + 3.1.2 + + + + org.opendaylight.controller.model + model-aggregator + 1.8.0-SNAPSHOT + pom + + + model-inventory + model-topology + + + + 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 +