From 1533696dd88f4314af8f25c7f4202ebc01ed98bb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 8 May 2014 19:12:17 +0200 Subject: [PATCH] Remove overriding versions We have declaration overriding versions from parent, triggering eclipse warnings. Remove them. Change-Id: Id5ef1cf34e9c8dfb4550a5b0240fb6b950d05f7f Signed-off-by: Robert Varga --- opendaylight/config/pom.xml | 1 - opendaylight/distribution/opendaylight/pom.xml | 6 ------ opendaylight/md-sal/pom.xml | 1 - opendaylight/md-sal/sal-netconf-connector/pom.xml | 1 - opendaylight/md-sal/samples/toaster-it/pom.xml | 1 - 5 files changed, 10 deletions(-) diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 9e0aef35f4..613940144b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -163,7 +163,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 221866fdd9..72ce89d14e 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1103,17 +1103,14 @@ org.opendaylight.yangtools binding-generator-impl - ${yangtools.version} org.opendaylight.yangtools binding-generator-spi - ${yangtools.version} org.opendaylight.yangtools binding-generator-util - ${yangtools.version} org.opendaylight.yangtools @@ -1123,7 +1120,6 @@ org.opendaylight.yangtools binding-type-provider - ${yangtools.version} org.opendaylight.yangtools @@ -1169,12 +1165,10 @@ org.opendaylight.yangtools yang-parser-api - ${yangtools.version} org.opendaylight.yangtools yang-parser-impl - ${yangtools.version} diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index edc9bf0f22..a13d2bb06f 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -161,7 +161,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} org.opendaylight.controller diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index d8a76b971d..9ad95c18d9 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -38,7 +38,6 @@ org.opendaylight.controller netconf-client - ${netconf.version} org.opendaylight.controller diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index dc96b79002..2fcb2f6d63 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -17,7 +17,6 @@ org.opendaylight.controller sal-binding-it - 1.1-SNAPSHOT org.opendaylight.controller.samples -- 2.36.6