From: Robert Varga Date: Fri, 24 Jan 2014 12:37:37 +0000 (+0100) Subject: Yangtools version police: remove references to non-current versions X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-4~3^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7db0eadf959b1d6918f4f9e8afd5ef05819d1580;hp=642eb8ecef35197915cd766dd60439812122b0c5 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 --- 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