From 2c67757d5b3de702f6bb1cd47ba04556e0c48cff Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 27 Feb 2014 13:05:29 +0100 Subject: [PATCH] Centralize yang-maven-plugin version There is no reason for individual projects to define the version over and over again -- let's keep it in one place. Change-Id: I4ea6ccbc51e31cf3cef3b7c1304ea7dcc02667f7 Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 5 +++++ opendaylight/md-sal/model/pom.xml | 1 - opendaylight/md-sal/sal-binding-broker/pom.xml | 1 - opendaylight/md-sal/sal-binding-config/pom.xml | 1 - opendaylight/md-sal/sal-dom-api/pom.xml | 1 - opendaylight/md-sal/sal-dom-broker/pom.xml | 1 - opendaylight/md-sal/sal-netconf-connector/pom.xml | 1 - opendaylight/md-sal/sal-remote/pom.xml | 1 - opendaylight/md-sal/samples/toaster/pom.xml | 1 - 9 files changed, 5 insertions(+), 8 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index acda40035f..d42f1fd83d 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1801,6 +1801,11 @@ maven-release-plugin ${releaseplugin.version} + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + org.eclipse.m2e diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 5092995eb0..1ea0a3e132 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -47,7 +47,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 4c8ca42be4..ad4a1ee200 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -19,7 +19,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index ccb3ac6757..a58df8435b 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -24,7 +24,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index f57a8e31bc..9eadce3ed7 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -22,7 +22,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index cdcaacbb82..225281e7a4 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -63,7 +63,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index c196095726..289afbbce3 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -200,7 +200,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index d4f5d43e5e..b0424f945b 100644 --- a/opendaylight/md-sal/sal-remote/pom.xml +++ b/opendaylight/md-sal/sal-remote/pom.xml @@ -30,7 +30,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} sal-remote diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 599fd714b8..ad6d814c1b 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -19,7 +19,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} -- 2.36.6