From 196fbf9b716ea26740195fd397c1b2550f656638 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 21 Jan 2016 16:13:20 -0500 Subject: [PATCH] Bump yangtools to 1.0.0-SNAPSHOT Change-Id: Ic55c573d6d57b27cb8f2640c938e6b7eeb08a42f Signed-off-by: Thanh Ha --- features/benchmark/pom.xml | 2 +- features/config/pom.xml | 2 +- features/mdsal/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 10 +++++----- opendaylight/commons/opendaylight/pom.xml | 4 ++-- opendaylight/commons/protocol-framework/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 5 +++-- opendaylight/config/config-parent/pom.xml | 2 +- opendaylight/config/pom.xml | 2 +- opendaylight/md-sal/sal-dom-xsql/pom.xml | 2 +- opendaylight/md-sal/sal-remote/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/model/pom.xml | 4 ++-- .../samples/clustering-test-app/provider/pom.xml | 2 +- opendaylight/md-sal/samples/toaster/pom.xml | 2 +- 14 files changed, 22 insertions(+), 21 deletions(-) diff --git a/features/benchmark/pom.xml b/features/benchmark/pom.xml index a6b182ca50..5f8642a42c 100644 --- a/features/benchmark/pom.xml +++ b/features/benchmark/pom.xml @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.4.0-SNAPSHOT 2.1.0-SNAPSHOT 0.9.0-SNAPSHOT - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT 04-xsql.xml diff --git a/features/config/pom.xml b/features/config/pom.xml index 7a590416a6..4faea99846 100644 --- a/features/config/pom.xml +++ b/features/config/pom.xml @@ -14,7 +14,7 @@ jar - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT 2.1.0-SNAPSHOT 0.5.0-SNAPSHOT features.xml diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 28b3d481f6..a60d8a480e 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -15,7 +15,7 @@ jar - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT 2.1.0-SNAPSHOT 0.9.0-SNAPSHOT 1.4.0-SNAPSHOT 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 6fd5f6a317..78ee802b27 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 @@ -11,8 +11,8 @@ http://nexus.opendaylight.org/content opendaylight.release opendaylight.release - 0.9.0-SNAPSHOT - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT + 0.9.0-SNAPSHOT 2.3.7 @@ -85,9 +85,9 @@ - org.opendaylight.yangtools + org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yang.codegen.version} + ${mdsal.model.version} jar @@ -164,7 +164,7 @@ org.opendaylight.yangtools yang-binding - ${yang.codegen.version} + ${yangtools.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 12facdb4a3..0dc9ba5f38 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -153,7 +153,7 @@ 0.7.0-SNAPSHOT 2013.09.07.9-SNAPSHOT 1.3.0-SNAPSHOT - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT 0.9.7 @@ -1119,7 +1119,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.9.0-SNAPSHOT + ${mdsal.model.version} jar diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 738c21d667..303f1fb1ca 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -150,7 +150,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} diff --git a/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml index ae041f4585..25933f6336 100644 --- a/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml @@ -10,6 +10,7 @@ ${config-api-version} ${yang-maven-plugin-version} + ${mdsal-model-version} ${maven-bundle-plugin-version} 1.7 1.7 @@ -69,9 +70,9 @@ ${config.version} - org.opendaylight.yangtools + org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 1b346f363b..0f865eb086 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.5.0-SNAPSHOT 1.4.0-SNAPSHOT - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT src/main/yang-gen-config src/main/config/default-config.xml diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index e9c586e274..bea6be867b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -106,7 +106,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.9.0-SNAPSHOT + ${mdsal.model.version} jar diff --git a/opendaylight/md-sal/sal-dom-xsql/pom.xml b/opendaylight/md-sal/sal-dom-xsql/pom.xml index ef5f50d097..a5617747a7 100644 --- a/opendaylight/md-sal/sal-dom-xsql/pom.xml +++ b/opendaylight/md-sal/sal-dom-xsql/pom.xml @@ -67,7 +67,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.9.0-SNAPSHOT + ${mdsal.model.version} jar diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index c6dd05f0ea..6771d7615a 100644 --- a/opendaylight/md-sal/sal-remote/pom.xml +++ b/opendaylight/md-sal/sal-remote/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} jar diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index 8473f711a9..7d1faa0cd5 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -49,7 +49,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.9.0-SNAPSHOT + ${mdsal.model.version} jar @@ -90,7 +90,7 @@ org.opendaylight.mdsal yang-binding - ${yangtools.version} + 0.9.0-SNAPSHOT org.opendaylight.yangtools diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index 7d672dd98a..97bc1d0156 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -61,7 +61,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index a6accb56fc..a52c621013 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.9.0-SNAPSHOT + ${mdsal.model.version} jar -- 2.36.6