From 7db0eadf959b1d6918f4f9e8afd5ef05819d1580 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 24 Jan 2014 13:37:37 +0100 Subject: [PATCH] Yangtools version police: remove references to non-current versions Unifies the version property to yangtools.version, force restconf to use the versions specified in the md-sal parent and bump its reference to restconf-api to 0.6.0-SNAPSHOT. Change-Id: I7b4820cf3995cd3dd3f108dd8b935ee38c62ea56 Signed-off-by: Robert Varga --- .../src/main/resources/archetype-resources/pom.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 3 +-- opendaylight/md-sal/pom.xml | 6 +++--- opendaylight/md-sal/sal-remote/pom.xml | 8 ++------ opendaylight/md-sal/sal-restconf-broker/pom.xml | 6 +----- 5 files changed, 8 insertions(+), 17 deletions(-) diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index 77f419a4ff..1dc40f25ba 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ UTF-8 http://nexus.opendaylight.org/content - 0.5.9-SNAPSHOT + 0.6.0-SNAPSHOT 0.6.0-SNAPSHOT 2.3.7 diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 64c873b347..406868c32b 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -56,7 +56,6 @@ 1.1.4 2.10 -Xmx1024m -XX:MaxPermSize=256m - 0.5.9-SNAPSHOT 14.0.1 5.0.0 2010.09.24.2-SNAPSHOT @@ -667,7 +666,7 @@ org.opendaylight.yangtools mockito-configuration - 0.6.0-SNAPSHOT + ${yangtools.version} test diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index d383162748..d56259daf8 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -104,7 +104,7 @@ 1.7.2 - 0.6.0-SNAPSHOT + ${yangtools.version} 14.0.1 5.0.0 4.8.1 @@ -300,12 +300,12 @@ org.opendaylight.yangtools binding-generator-impl - 0.6.0-SNAPSHOT + ${yangtools.version} org.opendaylight.yangtools yang-parser-impl - 0.6.0-SNAPSHOT + ${yangtools.version} diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index d63cbfe781..5e6f585511 100644 --- a/opendaylight/md-sal/sal-remote/pom.xml +++ b/opendaylight/md-sal/sal-remote/pom.xml @@ -13,10 +13,6 @@ scm:git:ssh://git.opendaylight.org:29418/controller.git https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - 0.6.0-SNAPSHOT - 0.5.9-SNAPSHOT - @@ -27,7 +23,7 @@ org.opendaylight.yangtools yang-maven-plugin - ${opendaylight.yang.version} + ${yangtools.version} sal-remote @@ -58,7 +54,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - ${opendaylight.binding.version} + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-restconf-broker/pom.xml b/opendaylight/md-sal/sal-restconf-broker/pom.xml index ffef1a9953..8f31e6f96c 100644 --- a/opendaylight/md-sal/sal-restconf-broker/pom.xml +++ b/opendaylight/md-sal/sal-restconf-broker/pom.xml @@ -13,10 +13,6 @@ scm:git:ssh://git.opendaylight.org:29418/controller.git https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - 0.6.0-SNAPSHOT - 0.5.9-SNAPSHOT - @@ -46,7 +42,7 @@ org.opendaylight.yangtools restconf-client-api - 0.2.0-SNAPSHOT + ${yangtools.version} org.slf4j -- 2.36.6