From b9448a4cb0c0fac285be08d1f002350fa6caca25 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Mon, 10 Aug 2026 23:19:26 +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 9bb7c18626..57ad899a77 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.8-SNAPSHOT + 15.0.8 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 15.0.8-SNAPSHOT + 15.0.8 xml org.opendaylight.mdsal features-mdsal-experimental features - 15.0.8-SNAPSHOT + 15.0.8 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-spi - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-broker - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-schema-osgi - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 15.0.8-SNAPSHOT + 15.0.8 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 15.0.8-SNAPSHOT + 15.0.8 test org.opendaylight.mdsal mdsal-binding-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.8-SNAPSHOT + 15.0.8 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-binding-util - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-binding-test-utils - 15.0.8-SNAPSHOT + 15.0.8 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.8-SNAPSHOT + 2013.09.07.27.8 org.opendaylight.mdsal.model general-entity - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-eos-common-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-eos-dom-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-eos-dom-simple - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-eos-binding-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-eos-binding-adapter - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-singleton-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-singleton-impl - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-trace-api - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-trace-cli - 15.0.8-SNAPSHOT + 15.0.8 org.opendaylight.mdsal mdsal-trace-impl - 15.0.8-SNAPSHOT + 15.0.8 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-binding-base - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-binding-runtime - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-binding-api - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-dom-api - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-dom-broker - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-dom-runtime - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-eos-dom - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-eos-binding - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-eos-single - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-singleton-dom - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.20.8-SNAPSHOT + 0.20.8 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.20.8-SNAPSHOT + 0.20.8 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.20.8-SNAPSHOT + 0.20.8 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.20.8-SNAPSHOT + 0.20.8 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 15.0.8-SNAPSHOT + 15.0.8 ${project.groupId} mdsal-replicate-netty - 15.0.8-SNAPSHOT + 15.0.8 ${project.groupId} odl-mdsal-replicate-common - 15.0.8-SNAPSHOT + 15.0.8 features xml ${project.groupId} odl-mdsal-replicate-netty - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.8-SNAPSHOT + 2013.08.27.27.8 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.8-SNAPSHOT + 2013.10.21.27.8 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 15.0.8-SNAPSHOT + 15.0.8 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 15.0.8-SNAPSHOT + 15.0.8 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 15.0.8-SNAPSHOT + 15.0.8 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index e04f89b23f..f534f8e33f 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.8-SNAPSHOT + 15.0.8 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 657c8ef8f0..8a251e6589 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index a6e7809a50..46902cf703 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index 9421745bed..1ee1ef9a28 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 62cb1716e7..831682cade 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.8-SNAPSHOT + 15.0.8 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 99d803c253..761520c6cf 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index f6e8706f2d..b09de0c984 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 34e96a87c9..4002c916ca 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 1c210365ad..7791d7b78d 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.8-SNAPSHOT + 15.0.8 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 31198b3f1a..8d8c56204b 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.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index e48cabe682..47b05cc14c 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 8040834ac7..5964c4473b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 559784aaa3..c53b848403 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.8-SNAPSHOT + 15.0.8 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index ba77237816..d81c6bdcd5 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.8-SNAPSHOT + 15.0.8 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index 999b015646..14066ab0af 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom diff --git a/docs/pom.xml b/docs/pom.xml index 5e184834b5..493cc8150b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.8-SNAPSHOT + 15.0.8 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index fb3cbdc4c3..282a1184df 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 758f28cf93..76cc48c1ef 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.8-SNAPSHOT + 15.0.8 ../../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 a9606d4f0b..3e892037b0 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 4ef190a289..7ba39d9ad9 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 2b776ee1fa..385617f8d5 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 45dfd49e1d..d401c735c7 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index f3ebabc15a..88b2932c40 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 7b9e2d1438..926abb6e7c 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 6621824dff..791f66ebf9 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index d68436d677..4daf27c692 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 92427b98c0..a774a62ce5 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 6af8b9a699..162a2d2c85 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 5119f30e99..df66ff0d86 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index c202129e78..d25c002f40 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.8-SNAPSHOT + 15.0.8 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 252c02befe..9cc64ae735 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 15.0.8-SNAPSHOT + 15.0.8 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 6ccb8cf869..eb540485c6 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 646d864a49..14fd0f0a8f 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index c5a66ad50b..c53df9936c 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index 9f7d9f42ee..fd6205c2bc 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 54513ead2d..456a792d4a 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index 7b910b542d..d39eaaa7b6 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index c56e107cab..317b18ea7c 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 081f2e09db..2d30217bf4 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index eb969ecb5d..cc6869dc25 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.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index 1e8877a3a6..7959949f21 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index 7eec850f72..99c53459b5 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index 31c4fac54e..8c59c3423c 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 7c63bd6603..aa4bafb7d0 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index f4a5e05858..13ed748735 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index ba8a535455..8fde97e158 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.20.8-SNAPSHOT + 0.20.8 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 91d4071a8f..543811acf7 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.20.8-SNAPSHOT + 0.20.8 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 17a8f796ce..faa9cab1f6 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 - 15.0.8-SNAPSHOT + 15.0.8 ../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 3d26e8930e..e10a36a688 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 8ed4a5741a..a88de692f2 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 7724f8a9e5..8026c3eff5 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index 3451d230ad..96074783b5 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index cf54857ed7..cb95acafe2 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index 815c8605eb..6b44bd1f86 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 - 15.0.8-SNAPSHOT + 15.0.8 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 6bf6e3f170..f9667f99ad 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 import pom diff --git a/features/pom.xml b/features/pom.xml index 7b4dc59392..26aaf5491b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index a59cbb5e33..c3f4d5eff1 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 15.0.8-SNAPSHOT + 15.0.8 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.8-SNAPSHOT + 15.0.8 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 2863fc2895..c47aa12690 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index aa9b6dc65e..81dcddf8d9 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.8-SNAPSHOT + 2013.10.21.27.8 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index e08165c8f3..70981af132 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.8-SNAPSHOT + 2013.08.27.27.8 bundle diff --git a/model/pom.xml b/model/pom.xml index a99561e7d8..29276839ed 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index 7dd4ffa991..9a88040915 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.8-SNAPSHOT + 2013.09.07.27.8 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index dfc3177437..29842a27ff 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 15.0.8-SNAPSHOT + 15.0.8 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 4ade0e5405..1ec2f835f7 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index c9c6c6e5ea..dd9a192b6d 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 09e37e7abe..43d4e05b5d 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 15.0.8-SNAPSHOT + 15.0.8 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 0ccdc047a8..342658b20e 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 4c231d26a0..bcc8ac006b 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.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 55e2092e65..708cdf5c61 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.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index f0bc0c2f73..dc6d2bc2ec 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.8-SNAPSHOT + 15.0.8 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index ea9224cc37..ab8fe368ef 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index dd4b3008f4..faf81f2ac2 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.8-SNAPSHOT + 15.0.8 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 65341da3e9..8e30240684 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 26433fa639..5f91af5ad1 100644 --- a/yanglib/mdsal-yanglib-api/pom.xml +++ b/yanglib/mdsal-yanglib-api/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.20.8-SNAPSHOT + 0.20.8 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 120c8976f1..d5bbd006da 100644 --- a/yanglib/mdsal-yanglib-rfc8525/pom.xml +++ b/yanglib/mdsal-yanglib-rfc8525/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 15.0.8-SNAPSHOT + 15.0.8 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.20.8-SNAPSHOT + 0.20.8 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index 195de0a3a3..cb0eebbe27 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 15.0.8-SNAPSHOT + 15.0.8 pom ${project.artifactId} ${project.artifactId} -- 2.34.1