From b7a078ab65ba3f0baf81da03b88adb1d1a864351 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Wed, 25 Mar 2026 16:49:54 +0000 Subject: [PATCH] Release mdsal --- artifacts/pom.xml | 118 +++++++++--------- binding/binding-parent/pom.xml | 4 +- binding/mdsal-binding-api/pom.xml | 2 +- binding/mdsal-binding-dom-adapter/pom.xml | 2 +- binding/mdsal-binding-spi/pom.xml | 2 +- binding/mdsal-binding-test-model/pom.xml | 2 +- binding/mdsal-binding-test-utils/pom.xml | 2 +- binding/mdsal-binding-util/pom.xml | 2 +- binding/pom.xml | 2 +- bnd-parent/pom.xml | 4 +- bundle-parent/pom.xml | 4 +- common/mdsal-common-api/pom.xml | 2 +- common/pom.xml | 2 +- docs/examples/dom-databroker-txchain/pom.xml | 2 +- docs/examples/dom-databroker/pom.xml | 2 +- docs/examples/pom.xml | 2 +- docs/pom.xml | 2 +- dom/mdsal-dom-api/pom.xml | 2 +- dom/mdsal-dom-broker/pom.xml | 2 +- .../pom.xml | 2 +- dom/mdsal-dom-inmemory-datastore/pom.xml | 2 +- dom/mdsal-dom-schema-osgi/pom.xml | 2 +- dom/mdsal-dom-spi/pom.xml | 2 +- dom/pom.xml | 2 +- .../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-dom-api/pom.xml | 2 +- entityownership/mdsal-eos-dom-simple/pom.xml | 2 +- entityownership/pom.xml | 2 +- features/features-mdsal-experimental/pom.xml | 2 +- features/features-mdsal/pom.xml | 2 +- features/odl-mdsal-binding-api/pom.xml | 2 +- features/odl-mdsal-binding-base/pom.xml | 2 +- .../odl-mdsal-binding-dom-adapter/pom.xml | 2 +- features/odl-mdsal-binding-runtime/pom.xml | 2 +- features/odl-mdsal-binding/pom.xml | 2 +- features/odl-mdsal-common/pom.xml | 2 +- features/odl-mdsal-dom-api/pom.xml | 2 +- features/odl-mdsal-dom-broker/pom.xml | 2 +- features/odl-mdsal-dom-runtime/pom.xml | 2 +- features/odl-mdsal-dom/pom.xml | 2 +- features/odl-mdsal-eos-binding/pom.xml | 2 +- features/odl-mdsal-eos-common/pom.xml | 2 +- features/odl-mdsal-eos-dom/pom.xml | 2 +- features/odl-mdsal-eos-single/pom.xml | 2 +- features/odl-mdsal-exp-yanglib-api/pom.xml | 4 +- .../odl-mdsal-exp-yanglib-rfc8525/pom.xml | 4 +- .../pom.xml | 2 +- features/odl-mdsal-model-odl-l2-types/pom.xml | 2 +- features/odl-mdsal-replicate-common/pom.xml | 2 +- features/odl-mdsal-replicate-netty/pom.xml | 2 +- features/odl-mdsal-singleton-common/pom.xml | 2 +- features/odl-mdsal-singleton-dom/pom.xml | 2 +- features/odl-mdsal-trace/pom.xml | 2 +- features/parent/pom.xml | 4 +- features/pom.xml | 2 +- karaf/pom.xml | 4 +- model/general-entity/pom.xml | 2 +- model/ietf-topology/pom.xml | 4 +- model/l2-types/pom.xml | 4 +- model/pom.xml | 2 +- model/yang-ext/pom.xml | 4 +- pom.xml | 2 +- replicate/mdsal-replicate-common/pom.xml | 2 +- replicate/mdsal-replicate-netty/pom.xml | 2 +- replicate/pom.xml | 2 +- singleton-service/mdsal-singleton-api/pom.xml | 2 +- .../mdsal-singleton-impl/pom.xml | 2 +- singleton-service/pom.xml | 2 +- trace/mdsal-trace-api/pom.xml | 2 +- trace/mdsal-trace-cli/pom.xml | 2 +- trace/mdsal-trace-impl/pom.xml | 2 +- trace/pom.xml | 2 +- yanglib/mdsal-yanglib-api/pom.xml | 4 +- yanglib/mdsal-yanglib-rfc8525/pom.xml | 4 +- yanglib/pom.xml | 2 +- 77 files changed, 147 insertions(+), 147 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index e2338aabb4..1323558342 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.3-SNAPSHOT + 16.0.3 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 16.0.3-SNAPSHOT + 16.0.3 xml org.opendaylight.mdsal features-mdsal-experimental features - 16.0.3-SNAPSHOT + 16.0.3 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-spi - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-broker - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-schema-osgi - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 16.0.3-SNAPSHOT + 16.0.3 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 16.0.3-SNAPSHOT + 16.0.3 test org.opendaylight.mdsal mdsal-binding-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.3-SNAPSHOT + 16.0.3 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-binding-util - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-binding-test-utils - 16.0.3-SNAPSHOT + 16.0.3 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.3-SNAPSHOT + 2013.09.07.28.3 org.opendaylight.mdsal.model general-entity - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-eos-common-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-eos-dom-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-eos-dom-simple - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-eos-binding-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-eos-binding-adapter - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-singleton-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-singleton-impl - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-trace-api - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-trace-cli - 16.0.3-SNAPSHOT + 16.0.3 org.opendaylight.mdsal mdsal-trace-impl - 16.0.3-SNAPSHOT + 16.0.3 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-binding-base - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-binding-runtime - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-binding-api - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-dom-api - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-dom-broker - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-dom-runtime - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-eos-dom - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-eos-binding - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-eos-single - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-singleton-dom - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.21.3-SNAPSHOT + 0.21.3 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.21.3-SNAPSHOT + 0.21.3 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.21.3-SNAPSHOT + 0.21.3 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.21.3-SNAPSHOT + 0.21.3 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 16.0.3-SNAPSHOT + 16.0.3 ${project.groupId} mdsal-replicate-netty - 16.0.3-SNAPSHOT + 16.0.3 ${project.groupId} odl-mdsal-replicate-common - 16.0.3-SNAPSHOT + 16.0.3 features xml ${project.groupId} odl-mdsal-replicate-netty - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.3-SNAPSHOT + 2013.08.27.28.3 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.3-SNAPSHOT + 2013.10.21.28.3 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 16.0.3-SNAPSHOT + 16.0.3 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 16.0.3-SNAPSHOT + 16.0.3 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 16.0.3-SNAPSHOT + 16.0.3 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 2078fb1564..d0f2a771d7 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.mdsal binding-parent pom - 16.0.3-SNAPSHOT + 16.0.3 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 60a942d6f7..ffb0451cbe 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 8deda26495..90ba6d5933 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index e5621b45a7..0a00d637be 100644 --- a/binding/mdsal-binding-spi/pom.xml +++ b/binding/mdsal-binding-spi/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 8c14f8695d..7159861225 100644 --- a/binding/mdsal-binding-test-model/pom.xml +++ b/binding/mdsal-binding-test-model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index b03d805593..5bc248aa6f 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index f9132da2df..37d5b20d8c 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index e5022c57e0..d42aa085b1 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 8ad0ff49ec..380bc87fab 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.3-SNAPSHOT + 16.0.3 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index ac22ea47d1..6788d036f5 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 86952aeafc..66c1ba61c9 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 83e92456a1..020378bff1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 167956ff7d..9b6b2ea329 100644 --- a/docs/examples/dom-databroker-txchain/pom.xml +++ b/docs/examples/dom-databroker-txchain/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index 26fd9d59cf..9dc03492df 100644 --- a/docs/examples/dom-databroker/pom.xml +++ b/docs/examples/dom-databroker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index a0b2b8b8ed..6e8ca377b4 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom diff --git a/docs/pom.xml b/docs/pom.xml index 88299135aa..2e36830a30 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index b180ead93d..622cddbc39 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 0d98e3f4c5..5969e0b4fe 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml b/dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml index c88a7ef561..2396d0ed7b 100644 --- a/dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 11692ba9c3..60062e45bc 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 65b7c65259..101d7a2ed1 100644 --- a/dom/mdsal-dom-schema-osgi/pom.xml +++ b/dom/mdsal-dom-schema-osgi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 178f4934a0..04034f1f2a 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index b06807df4a..f3cb72f302 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 36fb2da43b..adc9b920db 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index a8b2d7a9aa..2338a19d73 100644 --- a/entityownership/mdsal-eos-binding-api/pom.xml +++ b/entityownership/mdsal-eos-binding-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index dae24a9340..ffd2279a33 100644 --- a/entityownership/mdsal-eos-common-api/pom.xml +++ b/entityownership/mdsal-eos-common-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 4a44fdb5d9..565a803eaf 100644 --- a/entityownership/mdsal-eos-dom-api/pom.xml +++ b/entityownership/mdsal-eos-dom-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 7e10852c65..8d76f6f0b1 100644 --- a/entityownership/mdsal-eos-dom-simple/pom.xml +++ b/entityownership/mdsal-eos-dom-simple/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index f8c550bda2..5a63d0461b 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index b34c441cda..234700379d 100644 --- a/features/features-mdsal-experimental/pom.xml +++ b/features/features-mdsal-experimental/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-experimental - 16.0.3-SNAPSHOT + 16.0.3 feature OpenDaylight :: MD-SAL :: Experimental Features MD-SAL experimental feature repository diff --git a/features/features-mdsal/pom.xml b/features/features-mdsal/pom.xml index 48400a6da7..7533d6b745 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 16.0.3-SNAPSHOT + 16.0.3 feature OpenDaylight :: MD-SAL :: Stable Features MD-SAL stable feature repository diff --git a/features/odl-mdsal-binding-api/pom.xml b/features/odl-mdsal-binding-api/pom.xml index 801be9f2e7..8340229960 100644 --- a/features/odl-mdsal-binding-api/pom.xml +++ b/features/odl-mdsal-binding-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index a86036c267..b88c5f50b4 100644 --- a/features/odl-mdsal-binding-base/pom.xml +++ b/features/odl-mdsal-binding-base/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 8990cdfabd..ab47d4f866 100644 --- a/features/odl-mdsal-binding-dom-adapter/pom.xml +++ b/features/odl-mdsal-binding-dom-adapter/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index cd6243fa02..a7db11e31d 100644 --- a/features/odl-mdsal-binding-runtime/pom.xml +++ b/features/odl-mdsal-binding-runtime/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 0d2b0f83d9..1121fec591 100644 --- a/features/odl-mdsal-binding/pom.xml +++ b/features/odl-mdsal-binding/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index 60462a8b50..4e06dd9bf7 100644 --- a/features/odl-mdsal-common/pom.xml +++ b/features/odl-mdsal-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index c10c4569a9..e00c7ab1ef 100644 --- a/features/odl-mdsal-dom-api/pom.xml +++ b/features/odl-mdsal-dom-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 0da6ec2274..91e18e7bd7 100644 --- a/features/odl-mdsal-dom-broker/pom.xml +++ b/features/odl-mdsal-dom-broker/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index 66d1f17495..3f8234e00f 100644 --- a/features/odl-mdsal-dom-runtime/pom.xml +++ b/features/odl-mdsal-dom-runtime/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index 1be61acf35..358f44ee0a 100644 --- a/features/odl-mdsal-dom/pom.xml +++ b/features/odl-mdsal-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index 1c8dbb1ec5..3b10faae30 100644 --- a/features/odl-mdsal-eos-binding/pom.xml +++ b/features/odl-mdsal-eos-binding/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index 072250b542..8d958db4db 100644 --- a/features/odl-mdsal-eos-common/pom.xml +++ b/features/odl-mdsal-eos-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index b5e117ab72..0b6a7537f4 100644 --- a/features/odl-mdsal-eos-dom/pom.xml +++ b/features/odl-mdsal-eos-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index 6f2742e82e..34526d7655 100644 --- a/features/odl-mdsal-eos-single/pom.xml +++ b/features/odl-mdsal-eos-single/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 4612f0b68c..a6b0dbdfa2 100644 --- a/features/odl-mdsal-exp-yanglib-api/pom.xml +++ b/features/odl-mdsal-exp-yanglib-api/pom.xml @@ -11,12 +11,12 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.21.3-SNAPSHOT + 0.21.3 feature OpenDaylight :: MD-SAL :: YANG (Module) Library API MD-SAL YANG (Module) Library APIs diff --git a/features/odl-mdsal-exp-yanglib-rfc8525/pom.xml b/features/odl-mdsal-exp-yanglib-rfc8525/pom.xml index 972df9e8d5..c7e6c8fc05 100644 --- a/features/odl-mdsal-exp-yanglib-rfc8525/pom.xml +++ b/features/odl-mdsal-exp-yanglib-rfc8525/pom.xml @@ -11,12 +11,12 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.21.3-SNAPSHOT + 0.21.3 feature OpenDaylight :: MD-SAL :: RFC8525 YANG Library MD-SAL YANG Library (RFC8525) diff --git a/features/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/pom.xml b/features/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/pom.xml index 0223556b81..e2784941a5 100644 --- a/features/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/pom.xml +++ b/features/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-model-odl-l2-types/pom.xml b/features/odl-mdsal-model-odl-l2-types/pom.xml index ba82f7d339..ec64498d1c 100644 --- a/features/odl-mdsal-model-odl-l2-types/pom.xml +++ b/features/odl-mdsal-model-odl-l2-types/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 34f2e4c5a7..f03fb2407b 100644 --- a/features/odl-mdsal-replicate-common/pom.xml +++ b/features/odl-mdsal-replicate-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index ae9de37878..7bfa16f874 100644 --- a/features/odl-mdsal-replicate-netty/pom.xml +++ b/features/odl-mdsal-replicate-netty/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index 8b13d8d977..476a958d4f 100644 --- a/features/odl-mdsal-singleton-common/pom.xml +++ b/features/odl-mdsal-singleton-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index 8a43594346..6f1b719419 100644 --- a/features/odl-mdsal-singleton-dom/pom.xml +++ b/features/odl-mdsal-singleton-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index f19083f3e4..db99f2e98f 100644 --- a/features/odl-mdsal-trace/pom.xml +++ b/features/odl-mdsal-trace/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index fe5c1f047f..9c9072d6d4 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 import pom diff --git a/features/pom.xml b/features/pom.xml index ed09497435..029c7504ef 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index e7081f2276..db820eaef3 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 16.0.3-SNAPSHOT + 16.0.3 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.3-SNAPSHOT + 16.0.3 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 5e88d1144d..8e3934bae0 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index 8dfd81e9fe..e054de810c 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.3-SNAPSHOT + 2013.10.21.28.3 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index e0701df1ae..ac6455f6ff 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.3-SNAPSHOT + 2013.08.27.28.3 bundle diff --git a/model/pom.xml b/model/pom.xml index 206d84a3e8..1aab309691 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index 818c7884ed..80a530fcb2 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.3-SNAPSHOT + 2013.09.07.28.3 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 6aa2a59bb6..ecde489ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 16.0.3-SNAPSHOT + 16.0.3 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index bf0a92e455..4d54a32042 100644 --- a/replicate/mdsal-replicate-common/pom.xml +++ b/replicate/mdsal-replicate-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 9be68cce0d..8c12184581 100644 --- a/replicate/mdsal-replicate-netty/pom.xml +++ b/replicate/mdsal-replicate-netty/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index c7830f2f50..65a67e0ac0 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 16.0.3-SNAPSHOT + 16.0.3 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index b8cedd5e88..c2120f8819 100644 --- a/singleton-service/mdsal-singleton-api/pom.xml +++ b/singleton-service/mdsal-singleton-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 729a4639db..705b591487 100644 --- a/singleton-service/mdsal-singleton-impl/pom.xml +++ b/singleton-service/mdsal-singleton-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index a5784fbda2..8296e59122 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal singleton-service - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 8ae48ac581..689d7d83e1 100644 --- a/trace/mdsal-trace-api/pom.xml +++ b/trace/mdsal-trace-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index 418b9a0ab5..f045967393 100644 --- a/trace/mdsal-trace-cli/pom.xml +++ b/trace/mdsal-trace-cli/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 9741e87ff3..d5b7af34ce 100644 --- a/trace/mdsal-trace-impl/pom.xml +++ b/trace/mdsal-trace-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 74d5709fec..f11a25b8ff 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 392826f174..768bc8280a 100644 --- a/yanglib/mdsal-yanglib-api/pom.xml +++ b/yanglib/mdsal-yanglib-api/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.21.3-SNAPSHOT + 0.21.3 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index c032a7295f..b5225dbb11 100644 --- a/yanglib/mdsal-yanglib-rfc8525/pom.xml +++ b/yanglib/mdsal-yanglib-rfc8525/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 16.0.3-SNAPSHOT + 16.0.3 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.21.3-SNAPSHOT + 0.21.3 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index a63d05aa0e..dd7547afd7 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 16.0.3-SNAPSHOT + 16.0.3 pom ${project.artifactId} ${project.artifactId} -- 2.34.1