From d9fdf68ed04df4fbc03f6fd02a1141164b8b2734 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 28 Sep 2017 16:43:05 +1000 Subject: [PATCH 1/1] Bump controller to use yangtools 1.2.0 Jira: releng-486 Change-Id: I01e742c10e975385b7681a186fd9873c4e9670b8 Signed-off-by: Anil Belur Signed-off-by: Robert Varga --- features/config/odl-config-core/pom.xml | 4 ++-- features/mdsal/odl-mdsal-broker-local/pom.xml | 2 +- features/mdsal/odl-mdsal-common/pom.xml | 4 ++-- features/mdsal/odl-toaster/pom.xml | 4 ++-- .../resources/archetype-resources/features/features-X/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- opendaylight/config/config-parent/pom.xml | 2 +- opendaylight/md-sal/benchmark-data-store/pom.xml | 2 +- opendaylight/md-sal/cds-access-api/pom.xml | 2 +- opendaylight/md-sal/cds-access-client/pom.xml | 2 +- opendaylight/md-sal/cds-dom-api/pom.xml | 2 +- opendaylight/md-sal/sal-binding-api/pom.xml | 2 +- opendaylight/md-sal/sal-binding-broker/pom.xml | 2 +- opendaylight/md-sal/sal-binding-dom-it/pom.xml | 2 +- opendaylight/md-sal/sal-common-impl/pom.xml | 2 +- opendaylight/md-sal/sal-common-testutil/pom.xml | 2 +- opendaylight/md-sal/sal-common-util/pom.xml | 2 +- opendaylight/md-sal/sal-connector-api/pom.xml | 2 +- opendaylight/md-sal/sal-dom-api/pom.xml | 2 +- opendaylight/md-sal/sal-dom-broker/pom.xml | 2 +- opendaylight/md-sal/sal-inmemory-datastore/pom.xml | 2 +- opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 2 +- opendaylight/md-sal/sal-schema-service/pom.xml | 2 +- 23 files changed, 26 insertions(+), 26 deletions(-) diff --git a/features/config/odl-config-core/pom.xml b/features/config/odl-config-core/pom.xml index 9427f70f78..c904078679 100644 --- a/features/config/odl-config-core/pom.xml +++ b/features/config/odl-config-core/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import @@ -86,4 +86,4 @@ - \ No newline at end of file + diff --git a/features/mdsal/odl-mdsal-broker-local/pom.xml b/features/mdsal/odl-mdsal-broker-local/pom.xml index d00938458a..9b86c4fa67 100644 --- a/features/mdsal/odl-mdsal-broker-local/pom.xml +++ b/features/mdsal/odl-mdsal-broker-local/pom.xml @@ -43,7 +43,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/features/mdsal/odl-mdsal-common/pom.xml b/features/mdsal/odl-mdsal-common/pom.xml index 9d38e29d9d..de8d3f202f 100644 --- a/features/mdsal/odl-mdsal-common/pom.xml +++ b/features/mdsal/odl-mdsal-common/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.yangtools odl-yangtools-yang-data - 2.0.0-SNAPSHOT + 1.2.0 xml features @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/features/mdsal/odl-toaster/pom.xml b/features/mdsal/odl-toaster/pom.xml index cf76b0a69f..7fb2ea0354 100644 --- a/features/mdsal/odl-toaster/pom.xml +++ b/features/mdsal/odl-toaster/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.yangtools odl-yangtools-common - 2.0.0-SNAPSHOT + 1.2.0 xml features @@ -63,4 +63,4 @@ ${project.version} - \ No newline at end of file + diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-X/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-X/pom.xml index 21e30f47b1..3951aadbe7 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-X/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-X/pom.xml @@ -32,7 +32,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 0.12.0-SNAPSHOT 1.7.0-SNAPSHOT 1.7.0-SNAPSHOT - 2.0.0-SNAPSHOT + 1.2.0 etc/opendaylight/karaf diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 182397c449..b175ed4b3c 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -41,7 +41,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 2a07c73afa..72a416cb4c 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.8.0-SNAPSHOT 1.7.0-SNAPSHOT - 2.0.0-SNAPSHOT + 1.2.0 ${project.build.directory}/generated-sources/config-binding src/main/config/default-config.xml diff --git a/opendaylight/md-sal/benchmark-data-store/pom.xml b/opendaylight/md-sal/benchmark-data-store/pom.xml index 277465b18c..fc024f131f 100644 --- a/opendaylight/md-sal/benchmark-data-store/pom.xml +++ b/opendaylight/md-sal/benchmark-data-store/pom.xml @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 0f4756c4f1..2a0184b93d 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index a209ae3db6..72aa9408b0 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index f4b0199e23..5179a9c153 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-binding-api/pom.xml b/opendaylight/md-sal/sal-binding-api/pom.xml index 06beb4008f..502a1ae66b 100644 --- a/opendaylight/md-sal/sal-binding-api/pom.xml +++ b/opendaylight/md-sal/sal-binding-api/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index b2e5ba433a..a4030f2501 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-binding-dom-it/pom.xml b/opendaylight/md-sal/sal-binding-dom-it/pom.xml index 00eb6c38b1..cee63c34d6 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-dom-it/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-common-impl/pom.xml b/opendaylight/md-sal/sal-common-impl/pom.xml index 9523bcb1f7..e555b523e5 100644 --- a/opendaylight/md-sal/sal-common-impl/pom.xml +++ b/opendaylight/md-sal/sal-common-impl/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-common-testutil/pom.xml b/opendaylight/md-sal/sal-common-testutil/pom.xml index d5b802a2de..97d329c220 100644 --- a/opendaylight/md-sal/sal-common-testutil/pom.xml +++ b/opendaylight/md-sal/sal-common-testutil/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.yangtools testutils - 2.0.0-SNAPSHOT + 1.2.0 diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 3dd6cf25dc..74776c4978 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-connector-api/pom.xml b/opendaylight/md-sal/sal-connector-api/pom.xml index b606a13569..67a868057e 100644 --- a/opendaylight/md-sal/sal-connector-api/pom.xml +++ b/opendaylight/md-sal/sal-connector-api/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index c31cfe5a7e..fa5dab984d 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index e9765b8bf9..48ff3bd40a 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-inmemory-datastore/pom.xml b/opendaylight/md-sal/sal-inmemory-datastore/pom.xml index c26faf8a42..569d72f39b 100644 --- a/opendaylight/md-sal/sal-inmemory-datastore/pom.xml +++ b/opendaylight/md-sal/sal-inmemory-datastore/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 8518ffbf31..538841ecd5 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import diff --git a/opendaylight/md-sal/sal-schema-service/pom.xml b/opendaylight/md-sal/sal-schema-service/pom.xml index 8d309c31c4..44064177da 100644 --- a/opendaylight/md-sal/sal-schema-service/pom.xml +++ b/opendaylight/md-sal/sal-schema-service/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 1.2.0 pom import -- 2.36.6