From 398c8aa565867c892e8d2db38fbe917133331416 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 27 Jul 2018 14:10:13 +0200 Subject: [PATCH] Bump yangtools to 2.0.9 This patch bumps yangtools to latest release. Change-Id: I61e0f6549cf21b56bfc5b9c96860b5492c719311 Signed-off-by: Robert Varga --- binding/binding-parent/pom.xml | 2 +- binding/maven-sal-api-gen-plugin/pom.xml | 2 +- binding/mdsal-binding-api/pom.xml | 2 +- binding/mdsal-binding-dom-adapter/pom.xml | 2 +- binding/mdsal-binding-dom-codec-osgi/pom.xml | 2 +- binding/mdsal-binding-dom-codec/pom.xml | 2 +- binding/mdsal-binding-generator-api/pom.xml | 2 +- binding/mdsal-binding-generator-impl/pom.xml | 2 +- binding/mdsal-binding-generator-util/pom.xml | 2 +- binding/mdsal-binding-java-api-generator/pom.xml | 2 +- binding/yang-binding/pom.xml | 2 +- binding2/mdsal-binding2-api/pom.xml | 2 +- binding2/mdsal-binding2-dom-adapter/pom.xml | 2 +- binding2/mdsal-binding2-dom-codec/pom.xml | 2 +- binding2/mdsal-binding2-generator-api/pom.xml | 2 +- binding2/mdsal-binding2-generator-impl/pom.xml | 2 +- binding2/mdsal-binding2-generator-util/pom.xml | 2 +- binding2/mdsal-binding2-java-api-generator/pom.xml | 2 +- binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml | 2 +- binding2/mdsal-binding2-runtime/pom.xml | 2 +- binding2/mdsal-binding2-spec/pom.xml | 2 +- binding2/mdsal-binding2-util/pom.xml | 2 +- binding2/mdsal-model-binding2-parent/pom.xml | 2 +- binding2/prototype/pom.xml | 2 +- common/features/odl-mdsal-binding-api/pom.xml | 2 +- .../odl-mdsal-binding-api/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-binding-base/pom.xml | 2 +- .../odl-mdsal-binding-base/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-binding-runtime/pom.xml | 2 +- .../odl-mdsal-binding-runtime/src/main/feature/feature.xml | 4 ++-- common/features/odl-mdsal-binding2-api/pom.xml | 2 +- common/features/odl-mdsal-binding2-base/pom.xml | 2 +- .../odl-mdsal-binding2-base/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-binding2-runtime/pom.xml | 2 +- .../odl-mdsal-binding2-runtime/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-common/pom.xml | 2 +- common/features/odl-mdsal-common/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-dom-api/pom.xml | 2 +- .../features/odl-mdsal-dom-api/src/main/feature/feature.xml | 2 +- common/features/odl-mdsal-dom-broker/pom.xml | 2 +- .../odl-mdsal-dom-broker/src/main/feature/feature.xml | 4 ++-- common/features/odl-mdsal-eos-common/pom.xml | 2 +- .../odl-mdsal-eos-common/src/main/feature/feature.xml | 2 +- common/mdsal-common-api/pom.xml | 2 +- common/parent/pom.xml | 4 ++-- dom/dom-parent/pom.xml | 2 +- dom/mdsal-dom-api/pom.xml | 2 +- dom/mdsal-dom-broker/pom.xml | 2 +- dom/mdsal-dom-inmemory-datastore/pom.xml | 2 +- dom/mdsal-dom-schema-service-osgi/pom.xml | 2 +- dom/mdsal-dom-spi/pom.xml | 2 +- entityownership/mdsal-eos-binding-adapter/pom.xml | 2 +- entityownership/mdsal-eos-binding-api/pom.xml | 2 +- entityownership/mdsal-eos-common-api/pom.xml | 2 +- entityownership/mdsal-eos-common-spi/pom.xml | 2 +- entityownership/mdsal-eos-dom-api/pom.xml | 2 +- entityownership/mdsal-eos-dom-simple/pom.xml | 2 +- pom.xml | 2 +- singleton-service/mdsal-singleton-common-api/pom.xml | 2 +- singleton-service/mdsal-singleton-dom-impl/pom.xml | 2 +- 60 files changed, 63 insertions(+), 63 deletions(-) diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index f51b1d22fd..794310d60c 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -58,7 +58,7 @@ org.opendaylight.yangtools yang-maven-plugin - 2.0.7 + 2.0.9 org.opendaylight.mdsal diff --git a/binding/maven-sal-api-gen-plugin/pom.xml b/binding/maven-sal-api-gen-plugin/pom.xml index 57516766f1..88e84e0ef6 100644 --- a/binding/maven-sal-api-gen-plugin/pom.xml +++ b/binding/maven-sal-api-gen-plugin/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 2abb73f27f..8efd85eb86 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 8f6052fb9b..7797e99500 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-dom-codec-osgi/pom.xml b/binding/mdsal-binding-dom-codec-osgi/pom.xml index 3caea6f918..ab0b6341e9 100644 --- a/binding/mdsal-binding-dom-codec-osgi/pom.xml +++ b/binding/mdsal-binding-dom-codec-osgi/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 391a32ed82..4afd3ce7f8 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-generator-api/pom.xml b/binding/mdsal-binding-generator-api/pom.xml index 4088fd914b..fd66ca978c 100644 --- a/binding/mdsal-binding-generator-api/pom.xml +++ b/binding/mdsal-binding-generator-api/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index a1beafb961..1687c0a667 100644 --- a/binding/mdsal-binding-generator-impl/pom.xml +++ b/binding/mdsal-binding-generator-impl/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-generator-util/pom.xml b/binding/mdsal-binding-generator-util/pom.xml index f58fdac1aa..f84fa11e2d 100644 --- a/binding/mdsal-binding-generator-util/pom.xml +++ b/binding/mdsal-binding-generator-util/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/mdsal-binding-java-api-generator/pom.xml b/binding/mdsal-binding-java-api-generator/pom.xml index c0a5697d9b..4372976978 100644 --- a/binding/mdsal-binding-java-api-generator/pom.xml +++ b/binding/mdsal-binding-java-api-generator/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index e0f480d19a..513cd2627f 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-api/pom.xml b/binding2/mdsal-binding2-api/pom.xml index 5b13e95cb1..3ec67865c0 100644 --- a/binding2/mdsal-binding2-api/pom.xml +++ b/binding2/mdsal-binding2-api/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-dom-adapter/pom.xml b/binding2/mdsal-binding2-dom-adapter/pom.xml index f6e1193522..71a43c7ddd 100644 --- a/binding2/mdsal-binding2-dom-adapter/pom.xml +++ b/binding2/mdsal-binding2-dom-adapter/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-dom-codec/pom.xml b/binding2/mdsal-binding2-dom-codec/pom.xml index 205913cc94..bc92df1024 100644 --- a/binding2/mdsal-binding2-dom-codec/pom.xml +++ b/binding2/mdsal-binding2-dom-codec/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-generator-api/pom.xml b/binding2/mdsal-binding2-generator-api/pom.xml index 238ab52e9a..8292111d6e 100644 --- a/binding2/mdsal-binding2-generator-api/pom.xml +++ b/binding2/mdsal-binding2-generator-api/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-generator-impl/pom.xml b/binding2/mdsal-binding2-generator-impl/pom.xml index 2d0d3b8dc8..3de548d96a 100644 --- a/binding2/mdsal-binding2-generator-impl/pom.xml +++ b/binding2/mdsal-binding2-generator-impl/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-generator-util/pom.xml b/binding2/mdsal-binding2-generator-util/pom.xml index afef59815d..ca9ae29259 100644 --- a/binding2/mdsal-binding2-generator-util/pom.xml +++ b/binding2/mdsal-binding2-generator-util/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-java-api-generator/pom.xml b/binding2/mdsal-binding2-java-api-generator/pom.xml index 9b06db977d..0b08d77c7e 100644 --- a/binding2/mdsal-binding2-java-api-generator/pom.xml +++ b/binding2/mdsal-binding2-java-api-generator/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml index 8b652f1c54..370fa61f5d 100644 --- a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml +++ b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-runtime/pom.xml b/binding2/mdsal-binding2-runtime/pom.xml index c503d0bec3..2c9efa9014 100644 --- a/binding2/mdsal-binding2-runtime/pom.xml +++ b/binding2/mdsal-binding2-runtime/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-spec/pom.xml b/binding2/mdsal-binding2-spec/pom.xml index cb0c421213..6e9dbcf806 100644 --- a/binding2/mdsal-binding2-spec/pom.xml +++ b/binding2/mdsal-binding2-spec/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-binding2-util/pom.xml b/binding2/mdsal-binding2-util/pom.xml index bd122c8779..a100667e53 100644 --- a/binding2/mdsal-binding2-util/pom.xml +++ b/binding2/mdsal-binding2-util/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/binding2/mdsal-model-binding2-parent/pom.xml b/binding2/mdsal-model-binding2-parent/pom.xml index 2c8d649cf0..07c9ea12b0 100644 --- a/binding2/mdsal-model-binding2-parent/pom.xml +++ b/binding2/mdsal-model-binding2-parent/pom.xml @@ -59,7 +59,7 @@ org.opendaylight.yangtools yang-maven-plugin - 2.0.7 + 2.0.9 org.opendaylight.mdsal diff --git a/binding2/prototype/pom.xml b/binding2/prototype/pom.xml index 5bfaf02a38..0c0325d564 100644 --- a/binding2/prototype/pom.xml +++ b/binding2/prototype/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.yangtools yang-common - 2.0.7 + 2.0.9 org.opendaylight.mdsal diff --git a/common/features/odl-mdsal-binding-api/pom.xml b/common/features/odl-mdsal-binding-api/pom.xml index 227eeff838..65f78ef19f 100644 --- a/common/features/odl-mdsal-binding-api/pom.xml +++ b/common/features/odl-mdsal-binding-api/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 import pom diff --git a/common/features/odl-mdsal-binding-api/src/main/feature/feature.xml b/common/features/odl-mdsal-binding-api/src/main/feature/feature.xml index 7872c56100..116b48e248 100644 --- a/common/features/odl-mdsal-binding-api/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-binding-api/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-data-api + odl-yangtools-data-api diff --git a/common/features/odl-mdsal-binding-base/pom.xml b/common/features/odl-mdsal-binding-base/pom.xml index b6a0a2624f..d17253baa0 100644 --- a/common/features/odl-mdsal-binding-base/pom.xml +++ b/common/features/odl-mdsal-binding-base/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-binding-base/src/main/feature/feature.xml b/common/features/odl-mdsal-binding-base/src/main/feature/feature.xml index 4e24c92535..efc1be99b8 100644 --- a/common/features/odl-mdsal-binding-base/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-binding-base/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-common + odl-yangtools-common diff --git a/common/features/odl-mdsal-binding-runtime/pom.xml b/common/features/odl-mdsal-binding-runtime/pom.xml index 17a5d51b0c..87df4cef92 100644 --- a/common/features/odl-mdsal-binding-runtime/pom.xml +++ b/common/features/odl-mdsal-binding-runtime/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml b/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml index 306499da69..575b0f5258 100644 --- a/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml @@ -2,7 +2,7 @@ odl-javassist-3 - odl-yangtools-data - odl-yangtools-parser + odl-yangtools-data + odl-yangtools-parser diff --git a/common/features/odl-mdsal-binding2-api/pom.xml b/common/features/odl-mdsal-binding2-api/pom.xml index f8e07e54b8..fca631c9a1 100644 --- a/common/features/odl-mdsal-binding2-api/pom.xml +++ b/common/features/odl-mdsal-binding2-api/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 import pom diff --git a/common/features/odl-mdsal-binding2-base/pom.xml b/common/features/odl-mdsal-binding2-base/pom.xml index 7d5fb5d78d..6a21d7d7cc 100644 --- a/common/features/odl-mdsal-binding2-base/pom.xml +++ b/common/features/odl-mdsal-binding2-base/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml b/common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml index cab878b64d..be0b2391f9 100644 --- a/common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-binding2-base/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-parser-api + odl-yangtools-parser-api diff --git a/common/features/odl-mdsal-binding2-runtime/pom.xml b/common/features/odl-mdsal-binding2-runtime/pom.xml index 9af83ff0d0..6810ed1857 100644 --- a/common/features/odl-mdsal-binding2-runtime/pom.xml +++ b/common/features/odl-mdsal-binding2-runtime/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml b/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml index bc3969fd19..98417cd453 100644 --- a/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml @@ -2,6 +2,6 @@ odl-javassist-3 - odl-yangtools-data + odl-yangtools-data diff --git a/common/features/odl-mdsal-common/pom.xml b/common/features/odl-mdsal-common/pom.xml index b8d31a4f91..77713a8b46 100644 --- a/common/features/odl-mdsal-common/pom.xml +++ b/common/features/odl-mdsal-common/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-common/src/main/feature/feature.xml b/common/features/odl-mdsal-common/src/main/feature/feature.xml index c076695c47..b184a8bae4 100644 --- a/common/features/odl-mdsal-common/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-common/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-common + odl-yangtools-common diff --git a/common/features/odl-mdsal-dom-api/pom.xml b/common/features/odl-mdsal-dom-api/pom.xml index 71b8a418f7..3e094b28ce 100644 --- a/common/features/odl-mdsal-dom-api/pom.xml +++ b/common/features/odl-mdsal-dom-api/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-dom-api/src/main/feature/feature.xml b/common/features/odl-mdsal-dom-api/src/main/feature/feature.xml index c3b4d2ba13..a6b27c1814 100644 --- a/common/features/odl-mdsal-dom-api/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-dom-api/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-data-api + odl-yangtools-data-api diff --git a/common/features/odl-mdsal-dom-broker/pom.xml b/common/features/odl-mdsal-dom-broker/pom.xml index f5e6e66692..50802ff652 100644 --- a/common/features/odl-mdsal-dom-broker/pom.xml +++ b/common/features/odl-mdsal-dom-broker/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml b/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml index 85e1c98e0d..41047f900c 100644 --- a/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml @@ -2,7 +2,7 @@ odl-lmax-3 - odl-yangtools-data - odl-yangtools-parser + odl-yangtools-data + odl-yangtools-parser diff --git a/common/features/odl-mdsal-eos-common/pom.xml b/common/features/odl-mdsal-eos-common/pom.xml index 8f6f9f1a5e..fa242df43c 100644 --- a/common/features/odl-mdsal-eos-common/pom.xml +++ b/common/features/odl-mdsal-eos-common/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/features/odl-mdsal-eos-common/src/main/feature/feature.xml b/common/features/odl-mdsal-eos-common/src/main/feature/feature.xml index 98bcae702c..efbf782397 100644 --- a/common/features/odl-mdsal-eos-common/src/main/feature/feature.xml +++ b/common/features/odl-mdsal-eos-common/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - odl-yangtools-data-api + odl-yangtools-data-api diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 05263fb1ba..40c35a24aa 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/common/parent/pom.xml b/common/parent/pom.xml index f1bb2f575b..4906939073 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -45,7 +45,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import @@ -100,7 +100,7 @@ org.opendaylight.yangtools yang-maven-plugin - 2.0.7 + 2.0.9 diff --git a/dom/dom-parent/pom.xml b/dom/dom-parent/pom.xml index 624c7ae580..e487242b5f 100644 --- a/dom/dom-parent/pom.xml +++ b/dom/dom-parent/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index bd4742a922..393fe18bc1 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 5a58510504..c4cd34e279 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index b68fe8a2cc..3378ff0a0c 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/dom/mdsal-dom-schema-service-osgi/pom.xml b/dom/mdsal-dom-schema-service-osgi/pom.xml index 617572b4c3..80cdca8e66 100644 --- a/dom/mdsal-dom-schema-service-osgi/pom.xml +++ b/dom/mdsal-dom-schema-service-osgi/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index bca6aa447c..f1ce9a4163 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 60bc75d334..bf5e472bcb 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 9490325dd7..7bf67dd1c7 100644 --- a/entityownership/mdsal-eos-binding-api/pom.xml +++ b/entityownership/mdsal-eos-binding-api/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index e23a0611c7..6275564e42 100644 --- a/entityownership/mdsal-eos-common-api/pom.xml +++ b/entityownership/mdsal-eos-common-api/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-common-spi/pom.xml b/entityownership/mdsal-eos-common-spi/pom.xml index c75849b5f4..46a948f4ee 100644 --- a/entityownership/mdsal-eos-common-spi/pom.xml +++ b/entityownership/mdsal-eos-common-spi/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index c32bad3c93..c408e8ff63 100644 --- a/entityownership/mdsal-eos-dom-api/pom.xml +++ b/entityownership/mdsal-eos-dom-api/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 3dc61f6cf7..2b139d31f9 100644 --- a/entityownership/mdsal-eos-dom-simple/pom.xml +++ b/entityownership/mdsal-eos-dom-simple/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/pom.xml b/pom.xml index 26c0815eed..b04be688ae 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.opendaylight.yangtools checkstyle-logging - 2.0.7 + 2.0.9 diff --git a/singleton-service/mdsal-singleton-common-api/pom.xml b/singleton-service/mdsal-singleton-common-api/pom.xml index a74ca866ad..a6628bd7d0 100644 --- a/singleton-service/mdsal-singleton-common-api/pom.xml +++ b/singleton-service/mdsal-singleton-common-api/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index 563aa1b5dc..0de6a12c94 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -33,7 +33,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import -- 2.36.6