From e0470a8e4206d3df9d2389bdbf3bfa7cfcfdec15 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 12 Mar 2026 20:36:27 +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 68386e502d..92b47f9a2f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.0-SNAPSHOT + 16.0.0 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 16.0.0-SNAPSHOT + 16.0.0 xml org.opendaylight.mdsal features-mdsal-experimental features - 16.0.0-SNAPSHOT + 16.0.0 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-spi - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-broker - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-schema-osgi - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 16.0.0-SNAPSHOT + 16.0.0 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 16.0.0-SNAPSHOT + 16.0.0 test org.opendaylight.mdsal mdsal-binding-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.0-SNAPSHOT + 16.0.0 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-binding-util - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-binding-test-utils - 16.0.0-SNAPSHOT + 16.0.0 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.5-SNAPSHOT + 2013.09.07.27.5 org.opendaylight.mdsal.model general-entity - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-eos-common-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-eos-dom-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-eos-dom-simple - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-eos-binding-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-eos-binding-adapter - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-singleton-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-singleton-impl - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-trace-api - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-trace-cli - 16.0.0-SNAPSHOT + 16.0.0 org.opendaylight.mdsal mdsal-trace-impl - 16.0.0-SNAPSHOT + 16.0.0 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-binding-base - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-binding-runtime - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-binding-api - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-dom-api - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-dom-broker - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-dom-runtime - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-eos-dom - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-eos-binding - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-eos-single - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-singleton-dom - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.20.5-SNAPSHOT + 0.20.5 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.20.5-SNAPSHOT + 0.20.5 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.20.5-SNAPSHOT + 0.20.5 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.20.5-SNAPSHOT + 0.20.5 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 16.0.0-SNAPSHOT + 16.0.0 ${project.groupId} mdsal-replicate-netty - 16.0.0-SNAPSHOT + 16.0.0 ${project.groupId} odl-mdsal-replicate-common - 16.0.0-SNAPSHOT + 16.0.0 features xml ${project.groupId} odl-mdsal-replicate-netty - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.5-SNAPSHOT + 2013.08.27.27.5 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.5-SNAPSHOT + 2013.10.21.27.5 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 16.0.0-SNAPSHOT + 16.0.0 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 16.0.0-SNAPSHOT + 16.0.0 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 16.0.0-SNAPSHOT + 16.0.0 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 733d4e384e..985f80e374 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.0-SNAPSHOT + 16.0.0 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.0-SNAPSHOT + 16.0.0 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 5e986fde93..95168995ec 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 50442395fd..a703b5cc7b 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index cbdc5d4d19..6871c95756 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 2cf7efb8ac..7949e961a8 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.0-SNAPSHOT + 16.0.0 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 59bf1173f4..8e12e2da39 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index 596fbc548c..5140579ac6 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 8fe757c60f..ad9d883d40 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 6c1de948eb..aed75c43d8 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.0-SNAPSHOT + 16.0.0 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 913ce5db22..1333507c8d 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.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.0-SNAPSHOT + 16.0.0 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index cfc24ce5b2..f4d777f887 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 16e58aa8c9..b2e79f6948 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 0bbbabb75a..7bde9282af 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.0-SNAPSHOT + 16.0.0 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index 861f8bf048..ebfbb1f143 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.0-SNAPSHOT + 16.0.0 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index bfda7de32c..0fd2834d22 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom diff --git a/docs/pom.xml b/docs/pom.xml index c90510cd3b..74aeb22306 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.0-SNAPSHOT + 16.0.0 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index ca07fc46cc..e62c737ec1 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 569770a4e3..8e096fadc9 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.0-SNAPSHOT + 16.0.0 ../../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 65c1073edb..c04ad93272 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 3a292c5e99..5ee04943fa 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 74f4da28d0..2775dad8c7 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 590d5e9e6e..69633676c0 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index d94c5b26cc..e7c964ff46 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index e3eb8f0fec..1c82d34280 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 99a95a8e22..117d9abc55 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index 682224febf..10414d9761 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 572e26b066..fd14df5bf4 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index b708cfd8ef..c12959fc0e 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index ba457fef96..bbef1687f1 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index 74a14fdf4f..37eb356e2e 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.0-SNAPSHOT + 16.0.0 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 6732a1acd2..101feaf1fc 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 16.0.0-SNAPSHOT + 16.0.0 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 44cafb84e7..bc4b0c5c5d 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 3bdfe522c4..40fc3b9473 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 17a8fb278f..e0b0e07abf 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index d5f40dbcd4..4333152a6a 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 3cc11ea75c..83a6e2aac4 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index b2c8757cb0..135cf5d3bb 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 91381e8113..01587eb8f8 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index bf363bb86b..6b59b18f7a 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index b332b6c629..8959329cbb 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index 534a329928..6fc13488e9 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index 0b357e3735..214abba47d 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index bfe2ac18ba..0c712d30e9 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 524696fc17..7166f6410e 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index ab7893f573..dfdef89225 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 8059f91d43..3f79dbc619 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.20.5-SNAPSHOT + 0.20.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 460f8330c3..9753c494ef 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.20.5-SNAPSHOT + 0.20.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 695dd61f35..333db3170d 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.0-SNAPSHOT + 16.0.0 ../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 0d9964aa8c..0e62a4ad84 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index be17a47588..895cc89a56 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 7970b3f958..b169f64430 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index ad66adb178..caea60695d 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index 7ab2c67d66..08587d59a9 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index 94ac417e6a..4d20566ee5 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.0-SNAPSHOT + 16.0.0 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 0c2449f932..f4e80bdcde 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.0-SNAPSHOT + 16.0.0 import pom diff --git a/features/pom.xml b/features/pom.xml index 006928b078..024fb29a08 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index da3e4b7dcd..aa719ef392 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 16.0.0-SNAPSHOT + 16.0.0 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.0-SNAPSHOT + 16.0.0 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index e25ada639b..b510fcc3c6 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 16.0.0-SNAPSHOT + 16.0.0 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index 85989729e9..f402a48485 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.0-SNAPSHOT + 16.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.5-SNAPSHOT + 2013.10.21.27.5 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 0e32b605fc..b42025339e 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.0-SNAPSHOT + 16.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.5-SNAPSHOT + 2013.08.27.27.5 bundle diff --git a/model/pom.xml b/model/pom.xml index 4d93e4cfce..f179d3fbc8 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index 5dac65fb56..48e6fd0ca4 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.0-SNAPSHOT + 16.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.5-SNAPSHOT + 2013.09.07.27.5 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 024fa2d6fb..4d8f62321d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 16.0.0-SNAPSHOT + 16.0.0 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 28e9f8943c..2256400390 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index b43a7e4554..842055173b 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 1489b8e507..829706e29a 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 16.0.0-SNAPSHOT + 16.0.0 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 902d98e33f..836f459403 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index a9a64523ae..d048d431b4 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index e58de5a960..4f95b1f2a6 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.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 52c0f0b5a3..f33ec84d19 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.0-SNAPSHOT + 16.0.0 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index be2211eae3..74e5d8ddd1 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 8e31da4389..c33cc4ceb6 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.0-SNAPSHOT + 16.0.0 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 2cf8cbcaed..939098369c 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 878123c8cd..129fc1b366 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.20.5-SNAPSHOT + 0.20.5 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index b414b75257..ef50a03c8c 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.0-SNAPSHOT + 16.0.0 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.20.5-SNAPSHOT + 0.20.5 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index c44e621aab..3b2223be10 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 16.0.0-SNAPSHOT + 16.0.0 pom ${project.artifactId} ${project.artifactId} -- 2.34.1