From 573968b49f672ba1938a13cb19fcbca167bd0595 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Wed, 12 Aug 2026 11:13:28 +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 acd6df8e5c..f3c407c424 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.5-SNAPSHOT + 16.0.5 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 16.0.5-SNAPSHOT + 16.0.5 xml org.opendaylight.mdsal features-mdsal-experimental features - 16.0.5-SNAPSHOT + 16.0.5 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-spi - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-broker - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-schema-osgi - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 16.0.5-SNAPSHOT + 16.0.5 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 16.0.5-SNAPSHOT + 16.0.5 test org.opendaylight.mdsal mdsal-binding-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.5-SNAPSHOT + 16.0.5 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-binding-util - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-binding-test-utils - 16.0.5-SNAPSHOT + 16.0.5 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.5-SNAPSHOT + 2013.09.07.28.5 org.opendaylight.mdsal.model general-entity - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-eos-common-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-eos-dom-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-eos-dom-simple - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-eos-binding-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-eos-binding-adapter - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-singleton-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-singleton-impl - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-trace-api - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-trace-cli - 16.0.5-SNAPSHOT + 16.0.5 org.opendaylight.mdsal mdsal-trace-impl - 16.0.5-SNAPSHOT + 16.0.5 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-binding-base - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-binding-runtime - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-binding-api - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-dom-api - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-dom-broker - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-dom-runtime - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-eos-dom - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-eos-binding - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-eos-single - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-singleton-dom - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.21.5-SNAPSHOT + 0.21.5 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.21.5-SNAPSHOT + 0.21.5 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.21.5-SNAPSHOT + 0.21.5 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.21.5-SNAPSHOT + 0.21.5 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 16.0.5-SNAPSHOT + 16.0.5 ${project.groupId} mdsal-replicate-netty - 16.0.5-SNAPSHOT + 16.0.5 ${project.groupId} odl-mdsal-replicate-common - 16.0.5-SNAPSHOT + 16.0.5 features xml ${project.groupId} odl-mdsal-replicate-netty - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.5-SNAPSHOT + 2013.08.27.28.5 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.5-SNAPSHOT + 2013.10.21.28.5 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 16.0.5-SNAPSHOT + 16.0.5 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 16.0.5-SNAPSHOT + 16.0.5 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 16.0.5-SNAPSHOT + 16.0.5 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 424524b751..14a4a0ad76 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.5-SNAPSHOT + 16.0.5 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.5-SNAPSHOT + 16.0.5 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 9594167d88..bd3429ec9d 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 770debd8e6..9aacc886d3 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index ac906d94b3..b0b829bdb2 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 17d39520fe..3ba3dd956d 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.5-SNAPSHOT + 16.0.5 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 4c59066ab1..f7d5b8c478 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index 3326f5a15b..3af8dbc0cd 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index ad5fc36a6b..ccbada38c6 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 89de506e16..89bd0c3569 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.5-SNAPSHOT + 16.0.5 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 29786f0799..a4b0b013af 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.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.5-SNAPSHOT + 16.0.5 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 9060a7811f..73ee91f14c 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 1d8b5d7310..c9d2017a6f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 3138b05092..cdda9f96ce 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.5-SNAPSHOT + 16.0.5 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index dcb1455f12..bba3ea5ee7 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.5-SNAPSHOT + 16.0.5 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index d9456261ec..f465c47c5e 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom diff --git a/docs/pom.xml b/docs/pom.xml index 9f3075c3bc..446e023969 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.5-SNAPSHOT + 16.0.5 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index b7cb8a0ea2..4f8459052d 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 4ac10053ad..dd304a8f43 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.5-SNAPSHOT + 16.0.5 ../../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 822dd6fe3f..0e9812fa6d 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index fe67654a54..74d95684e7 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 576deeea23..8de6b61b85 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 8be732c455..ecbce38e37 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index 1562fb0b22..9b24541cb3 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 6d0b6e1427..102392d77f 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 17903896a3..b4cfcd2b17 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index ae5215490c..5d07d02538 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index dee07bb446..c953367313 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 4f5fbcd2a4..88146f9488 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 8a99ad0a8a..d25a1b918c 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index f9f296aece..134ead8d6d 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.5-SNAPSHOT + 16.0.5 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 247f94a743..f432d789b0 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 16.0.5-SNAPSHOT + 16.0.5 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 5fb7aee42e..2e2414940e 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 0c89633e22..517fc964b4 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 7ae0a2a3f9..6338322aa4 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index ef683248af..5deb9cffaa 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index a69533bfc8..2fbda9e688 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index cbdf83395f..b92cf317fd 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 3304538625..08101bfff2 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index cf59fa9fd2..241b72a6f9 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index 7151f15864..d5bde21d81 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index ef013dce14..daf6c050ea 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index fb3a53b9c5..c80e21a33b 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index 223c730b06..ebbffbe40b 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 26f5de5fc3..b6bc1353f7 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index b244a03302..abb22884e5 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 970d3797c0..d89b34b4e4 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.21.5-SNAPSHOT + 0.21.5 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 0aaf42ff79..676f6ad59e 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.21.5-SNAPSHOT + 0.21.5 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 efbf745ce5..6cfd0c4034 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.5-SNAPSHOT + 16.0.5 ../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 2a7945b595..3d4fb5afa6 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index eded4c08a0..b3c9be48df 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 6bc4cc62a2..6f1e8c4a5d 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index 934bceead5..c0904cd35a 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index aa2ed5acdd..4c4c066fee 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index 7635bd56a5..343a38eed9 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.5-SNAPSHOT + 16.0.5 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index e661a3220b..6bae1f68d5 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.5-SNAPSHOT + 16.0.5 import pom diff --git a/features/pom.xml b/features/pom.xml index 5bf0b7e65e..9fa7f87d5e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 7f0acffbf9..92bcca639a 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 16.0.5-SNAPSHOT + 16.0.5 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.5-SNAPSHOT + 16.0.5 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 1fd5828115..01e14dc31d 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 16.0.5-SNAPSHOT + 16.0.5 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index 6abd024ab0..8db0e24fd6 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.5-SNAPSHOT + 16.0.5 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.5-SNAPSHOT + 2013.10.21.28.5 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 1cb8940852..d82e3b6ff5 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.5-SNAPSHOT + 16.0.5 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.5-SNAPSHOT + 2013.08.27.28.5 bundle diff --git a/model/pom.xml b/model/pom.xml index 57fbc976a0..4e1d7e31aa 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index b742abf0a2..7645da73ac 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.5-SNAPSHOT + 16.0.5 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.5-SNAPSHOT + 2013.09.07.28.5 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 574a54bff8..6d5bc584c9 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 16.0.5-SNAPSHOT + 16.0.5 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 67230ac2ed..194e856e6e 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 2372475771..3155fb0e9d 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index cb16e2762e..a6b0b460b9 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 16.0.5-SNAPSHOT + 16.0.5 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 69e7675b57..40ad8779dd 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index de11081699..1ac382a858 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 1393fda691..d94d52bca3 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.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 0b943682d7..82e1ae9caa 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.5-SNAPSHOT + 16.0.5 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index 71581f8d53..e559619669 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 9911fa6306..6e931e7d2a 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.5-SNAPSHOT + 16.0.5 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index f9e97a986f..7009ef3c3c 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 25f60ee493..5da29c3685 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.21.5-SNAPSHOT + 0.21.5 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 4d45030f2b..0d19f8b119 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.5-SNAPSHOT + 16.0.5 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.21.5-SNAPSHOT + 0.21.5 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index 0208147f6f..e816c83a76 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 16.0.5-SNAPSHOT + 16.0.5 pom ${project.artifactId} ${project.artifactId} -- 2.34.1