From 90214b900e62ddd7175dbfc8df20f217efd44762 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Wed, 15 Oct 2025 18:52:06 +0000 Subject: [PATCH] Release mdsal --- artifacts/pom.xml | 116 +++++++++--------- 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/feature-parent/pom.xml | 4 +- 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-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 3a8ade7cb9..443f37793c 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.1-SNAPSHOT + 15.0.1 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 15.0.1-SNAPSHOT + 15.0.1 xml org.opendaylight.mdsal features-mdsal-experimental features - 15.0.1-SNAPSHOT + 15.0.1 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-spi - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-broker - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-schema-osgi - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 15.0.1-SNAPSHOT + 15.0.1 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 15.0.1-SNAPSHOT + 15.0.1 test org.opendaylight.mdsal mdsal-binding-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.1-SNAPSHOT + 15.0.1 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-binding-util - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-binding-test-utils - 15.0.1-SNAPSHOT + 15.0.1 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.1-SNAPSHOT + 2013.09.07.27.1 org.opendaylight.mdsal.model general-entity - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-eos-common-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-eos-dom-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-eos-dom-simple - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-eos-binding-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-eos-binding-adapter - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-singleton-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-singleton-impl - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-trace-api - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-trace-cli - 15.0.1-SNAPSHOT + 15.0.1 org.opendaylight.mdsal mdsal-trace-impl - 15.0.1-SNAPSHOT + 15.0.1 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-binding-base - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-binding-runtime - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-binding-api - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-dom-api - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-dom-broker - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-dom-runtime - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -264,21 +264,21 @@ ${project.groupId} odl-mdsal-eos-common - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-eos-dom - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-eos-binding - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -287,14 +287,14 @@ ${project.groupId} odl-mdsal-singleton-common - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-singleton-dom - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -303,7 +303,7 @@ ${project.groupId} odl-mdsal-trace - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -312,24 +312,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.20.1-SNAPSHOT + 0.20.1 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.20.1-SNAPSHOT + 0.20.1 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.20.1-SNAPSHOT + 0.20.1 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.20.1-SNAPSHOT + 0.20.1 features xml @@ -338,24 +338,24 @@ ${project.groupId} mdsal-replicate-common - 15.0.1-SNAPSHOT + 15.0.1 ${project.groupId} mdsal-replicate-netty - 15.0.1-SNAPSHOT + 15.0.1 ${project.groupId} odl-mdsal-replicate-common - 15.0.1-SNAPSHOT + 15.0.1 features xml ${project.groupId} odl-mdsal-replicate-netty - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -364,28 +364,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.1-SNAPSHOT + 2013.08.27.27.1 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.1-SNAPSHOT + 2013.10.21.27.1 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 15.0.1-SNAPSHOT + 15.0.1 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 15.0.1-SNAPSHOT + 15.0.1 features xml @@ -394,7 +394,7 @@ org.opendaylight.mdsal mdsal-docs - 15.0.1-SNAPSHOT + 15.0.1 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 6662f10452..36b54f6b84 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.mdsal binding-parent pom - 15.0.1-SNAPSHOT + 15.0.1 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index f906aff5ec..80f83baa41 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 291d885d93..5e5ec32cbc 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index f42c0be9c5..e574685a58 100644 --- a/binding/mdsal-binding-spi/pom.xml +++ b/binding/mdsal-binding-spi/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index a87da354d2..e62bf3686f 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 - 15.0.1-SNAPSHOT + 15.0.1 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 8627c7cd68..158a7b9575 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index 64768964d3..1e70122f59 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 9bfa597b67..b02e3b8581 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index d9cf2769bf..d84d2c4431 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.1-SNAPSHOT + 15.0.1 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 4ded014d43..61e4c49920 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index b39668d1ca..d8db2567d3 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 87f7d93af0..591dd882ea 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index c83cdb8610..d054451d87 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index e8203dbcc2..69eea238ab 100644 --- a/docs/examples/dom-databroker/pom.xml +++ b/docs/examples/dom-databroker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index 7cb4ab3e1c..324c1a2ec3 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom diff --git a/docs/pom.xml b/docs/pom.xml index 01b91e1164..2eec85b602 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index 9199b59245..d0263fb672 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 9f2d02d726..9a4d7ae928 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../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 bbd4174d0a..dbaaa84b95 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index a4754a9075..98f9483db9 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index a81ab5e5e9..f8b6e9efb4 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 5daa0bb54d..5111bf33ab 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index f1dceb2a3e..a5c2ee9033 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index f9b405ad5a..48b9492d48 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 87aad6c7c8..9101ed0e57 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index d09fd25369..2495f7b618 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 190917e948..526d812ac9 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 48261b5657..2665a4e382 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 9e4d358117..930e808e1d 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index 9f641922f5..4a654f56cf 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 pom OpenDaylight :: MD-SAL :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 pom import diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index d4a7521d77..81b032ce75 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 - 15.0.1-SNAPSHOT + 15.0.1 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 85353645f5..58ae14bb71 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 15.0.1-SNAPSHOT + 15.0.1 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 23ff9fdb47..d5e2c85320 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 9ddd50d762..188f95ca71 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 5f6649fa0c..7dfaf18e5e 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index 422c165fe8..da3245551b 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 173e0529a4..bf30500443 100644 --- a/features/odl-mdsal-binding/pom.xml +++ b/features/odl-mdsal-binding/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index ea8b21fa82..072dba97da 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 2a0faaa7e4..f92ed8ea24 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 0b38e8186e..4ac46ec5d1 100644 --- a/features/odl-mdsal-dom-broker/pom.xml +++ b/features/odl-mdsal-dom-broker/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index 11f1bdc0aa..2b4abc240c 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 - 15.0.1-SNAPSHOT + 15.0.1 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index e663d84e46..28911ef44e 100644 --- a/features/odl-mdsal-dom/pom.xml +++ b/features/odl-mdsal-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index e1016d93cb..28718aff18 100644 --- a/features/odl-mdsal-eos-binding/pom.xml +++ b/features/odl-mdsal-eos-binding/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index 6b57583e0b..7a500a57d8 100644 --- a/features/odl-mdsal-eos-common/pom.xml +++ b/features/odl-mdsal-eos-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 30544bd318..4c9793aca1 100644 --- a/features/odl-mdsal-eos-dom/pom.xml +++ b/features/odl-mdsal-eos-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 162b142e78..862ca9c0e3 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 feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml odl-mdsal-exp-yanglib-api - 0.20.1-SNAPSHOT + 0.20.1 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 3ad0864dd8..ade7fcdb86 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 feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.20.1-SNAPSHOT + 0.20.1 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 96925d3017..0753631e29 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 feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-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 d4243a86a5..af430fca47 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 feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index fc44d0400c..2e498aab8a 100644 --- a/features/odl-mdsal-replicate-common/pom.xml +++ b/features/odl-mdsal-replicate-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 5e59fec571..ce6cfee395 100644 --- a/features/odl-mdsal-replicate-netty/pom.xml +++ b/features/odl-mdsal-replicate-netty/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index 4ca47a8bc7..9b2504d906 100644 --- a/features/odl-mdsal-singleton-common/pom.xml +++ b/features/odl-mdsal-singleton-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index bb4897a541..03eb86f3df 100644 --- a/features/odl-mdsal-singleton-dom/pom.xml +++ b/features/odl-mdsal-singleton-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index bef469dcb7..d92e8b2d1d 100644 --- a/features/odl-mdsal-trace/pom.xml +++ b/features/odl-mdsal-trace/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal feature-parent - 15.0.1-SNAPSHOT + 15.0.1 ../feature-parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 16a557a93c..f9b54b92ce 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.1-SNAPSHOT + 15.0.1 import pom diff --git a/features/pom.xml b/features/pom.xml index 8d012d0b6d..3aaf514dcb 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 371d868773..856e8ed381 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 15.0.1-SNAPSHOT + 15.0.1 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.1-SNAPSHOT + 15.0.1 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index aac9c97a3b..42380c7e75 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index bafbd58c06..d2b196a2c6 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.1-SNAPSHOT + 2013.10.21.27.1 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 3f19e63480..6fd3b75b48 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.1-SNAPSHOT + 2013.08.27.27.1 bundle diff --git a/model/pom.xml b/model/pom.xml index 2951049dd6..ea63e3a55b 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index d93b082443..26d1b7e374 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.1-SNAPSHOT + 2013.09.07.27.1 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 560f35c0bf..95b7e6a1b6 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 15.0.1-SNAPSHOT + 15.0.1 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index bb15c673c0..0ad6addb04 100644 --- a/replicate/mdsal-replicate-common/pom.xml +++ b/replicate/mdsal-replicate-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 461afa5fd4..0b8d89bebd 100644 --- a/replicate/mdsal-replicate-netty/pom.xml +++ b/replicate/mdsal-replicate-netty/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 1ee67ac3fa..4a73d875e2 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 15.0.1-SNAPSHOT + 15.0.1 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 951b0d40af..571ab10f8d 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index dbe674278a..c46f8c6a49 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 1302f6b6c7..3777426af1 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal singleton-service - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 0adbdcda4a..f90478df92 100644 --- a/trace/mdsal-trace-api/pom.xml +++ b/trace/mdsal-trace-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index 30b7d0aaff..371b109b05 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 - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 05e7893bb6..fa1407621a 100644 --- a/trace/mdsal-trace-impl/pom.xml +++ b/trace/mdsal-trace-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index c699755699..12ebad8e29 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index a362a16517..b313a21b3f 100644 --- a/yanglib/mdsal-yanglib-api/pom.xml +++ b/yanglib/mdsal-yanglib-api/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml mdsal-yanglib-api - 0.20.1-SNAPSHOT + 0.20.1 bundle diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 98f16b2851..2dfe4e03ac 100644 --- a/yanglib/mdsal-yanglib-rfc8525/pom.xml +++ b/yanglib/mdsal-yanglib-rfc8525/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bundle-parent - 15.0.1-SNAPSHOT + 15.0.1 ../../bundle-parent/pom.xml mdsal-yanglib-rfc8525 - 0.20.1-SNAPSHOT + 0.20.1 bundle diff --git a/yanglib/pom.xml b/yanglib/pom.xml index e724532f68..8083d015f3 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 15.0.1-SNAPSHOT + 15.0.1 pom ${project.artifactId} ${project.artifactId} -- 2.34.1