From: Robert Varga Date: Fri, 18 Jan 2019 23:46:14 +0000 (+0100) Subject: Bump yangtools to 2.0.6.7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Foxygen;hp=7d99f73d732a54751673afa75c6784a6f8ee8d93 Bump yangtools to 2.0.6.7 These are latest fixes, with odlparent-3.1.6. Change-Id: If1bafc681debbb96b812c0485832912986590928 Signed-off-by: Robert Varga --- diff --git a/features/config/odl-config-util/pom.xml b/features/config/odl-config-util/pom.xml index 249922e400..c182562f3e 100644 --- a/features/config/odl-config-util/pom.xml +++ b/features/config/odl-config-util/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import diff --git a/features/mdsal/odl-mdsal-broker-local/pom.xml b/features/mdsal/odl-mdsal-broker-local/pom.xml index 2881a32444..1b9d1e8422 100644 --- a/features/mdsal/odl-mdsal-broker-local/pom.xml +++ b/features/mdsal/odl-mdsal-broker-local/pom.xml @@ -41,7 +41,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index d5598c3548..2a0f4f067c 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -41,7 +41,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 3de38b4ab3..f70f294c28 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.8.5-SNAPSHOT 1.7.5-SNAPSHOT - 2.0.6.5 + 2.0.6.7 ${project.build.directory}/generated-sources/config-binding src/main/config/default-config.xml @@ -48,7 +48,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import @@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yang-maven-plugin - 2.0.6.5 + 2.0.6.7 org.opendaylight.controller diff --git a/opendaylight/md-sal/benchmark-data-store/pom.xml b/opendaylight/md-sal/benchmark-data-store/pom.xml index 2e395294d0..e1b260ae13 100644 --- a/opendaylight/md-sal/benchmark-data-store/pom.xml +++ b/opendaylight/md-sal/benchmark-data-store/pom.xml @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 7191afd842..3596b9ac00 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index 23ec959346..bea4c7b381 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index 09707ee9b8..32c3b82c69 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-binding-api/pom.xml b/opendaylight/md-sal/sal-binding-api/pom.xml index a259b3f370..ceb6d03168 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 99686b7d66..3f4e43d1ef 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.6.5 + 2.0.6.7 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 fb2dfad46c..44030d7dfc 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-common-impl/pom.xml b/opendaylight/md-sal/sal-common-impl/pom.xml index 0575b36264..97f4c10b87 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-common-testutil/pom.xml b/opendaylight/md-sal/sal-common-testutil/pom.xml index ed7381d30b..22ba176ae7 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.6.5 + 2.0.6.7 diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index bf891c80a2..5c5423a99b 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-connector-api/pom.xml b/opendaylight/md-sal/sal-connector-api/pom.xml index 789312e0fb..8c02dc4e1e 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index 2fa546d124..6e374c010f 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index 932abb609a..bf13ed8d4c 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-inmemory-datastore/pom.xml b/opendaylight/md-sal/sal-inmemory-datastore/pom.xml index 8e42c22bca..277a4e3c8b 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.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 47e9eb82b1..42a42ed5c4 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.6.5 + 2.0.6.7 pom import diff --git a/opendaylight/md-sal/sal-schema-service/pom.xml b/opendaylight/md-sal/sal-schema-service/pom.xml index 059a3d62f4..50dd5c951c 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.6.5 + 2.0.6.7 pom import