From f8dbf0937937813f88a0888b6ed715d89c87facd Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Fri, 20 Mar 2026 12:15:54 +0000 Subject: [PATCH] Release mdsal --- artifacts/pom.xml | 118 +++++++++--------- binding/binding-parent/pom.xml | 4 +- binding/mdsal-binding-api/pom.xml | 2 +- binding/mdsal-binding-dom-adapter/pom.xml | 2 +- binding/mdsal-binding-spi/pom.xml | 2 +- binding/mdsal-binding-test-model/pom.xml | 2 +- binding/mdsal-binding-test-utils/pom.xml | 2 +- binding/mdsal-binding-util/pom.xml | 2 +- binding/pom.xml | 2 +- bnd-parent/pom.xml | 4 +- bundle-parent/pom.xml | 4 +- common/mdsal-common-api/pom.xml | 2 +- common/pom.xml | 2 +- docs/examples/dom-databroker-txchain/pom.xml | 2 +- docs/examples/dom-databroker/pom.xml | 2 +- docs/examples/pom.xml | 2 +- docs/pom.xml | 2 +- dom/mdsal-dom-api/pom.xml | 2 +- dom/mdsal-dom-broker/pom.xml | 2 +- .../pom.xml | 2 +- dom/mdsal-dom-inmemory-datastore/pom.xml | 2 +- dom/mdsal-dom-schema-osgi/pom.xml | 2 +- dom/mdsal-dom-spi/pom.xml | 2 +- dom/pom.xml | 2 +- .../mdsal-eos-binding-adapter/pom.xml | 2 +- entityownership/mdsal-eos-binding-api/pom.xml | 2 +- entityownership/mdsal-eos-common-api/pom.xml | 2 +- entityownership/mdsal-eos-dom-api/pom.xml | 2 +- entityownership/mdsal-eos-dom-simple/pom.xml | 2 +- entityownership/pom.xml | 2 +- features/features-mdsal-experimental/pom.xml | 2 +- features/features-mdsal/pom.xml | 2 +- features/odl-mdsal-binding-api/pom.xml | 2 +- features/odl-mdsal-binding-base/pom.xml | 2 +- .../odl-mdsal-binding-dom-adapter/pom.xml | 2 +- features/odl-mdsal-binding-runtime/pom.xml | 2 +- features/odl-mdsal-binding/pom.xml | 2 +- features/odl-mdsal-common/pom.xml | 2 +- features/odl-mdsal-dom-api/pom.xml | 2 +- features/odl-mdsal-dom-broker/pom.xml | 2 +- features/odl-mdsal-dom-runtime/pom.xml | 2 +- features/odl-mdsal-dom/pom.xml | 2 +- features/odl-mdsal-eos-binding/pom.xml | 2 +- features/odl-mdsal-eos-common/pom.xml | 2 +- features/odl-mdsal-eos-dom/pom.xml | 2 +- features/odl-mdsal-eos-single/pom.xml | 2 +- features/odl-mdsal-exp-yanglib-api/pom.xml | 4 +- .../odl-mdsal-exp-yanglib-rfc8525/pom.xml | 4 +- .../pom.xml | 2 +- features/odl-mdsal-model-odl-l2-types/pom.xml | 2 +- features/odl-mdsal-replicate-common/pom.xml | 2 +- features/odl-mdsal-replicate-netty/pom.xml | 2 +- features/odl-mdsal-singleton-common/pom.xml | 2 +- features/odl-mdsal-singleton-dom/pom.xml | 2 +- features/odl-mdsal-trace/pom.xml | 2 +- features/parent/pom.xml | 4 +- features/pom.xml | 2 +- karaf/pom.xml | 4 +- model/general-entity/pom.xml | 2 +- model/ietf-topology/pom.xml | 4 +- model/l2-types/pom.xml | 4 +- model/pom.xml | 2 +- model/yang-ext/pom.xml | 4 +- pom.xml | 2 +- replicate/mdsal-replicate-common/pom.xml | 2 +- replicate/mdsal-replicate-netty/pom.xml | 2 +- replicate/pom.xml | 2 +- singleton-service/mdsal-singleton-api/pom.xml | 2 +- .../mdsal-singleton-impl/pom.xml | 2 +- singleton-service/pom.xml | 2 +- trace/mdsal-trace-api/pom.xml | 2 +- trace/mdsal-trace-cli/pom.xml | 2 +- trace/mdsal-trace-impl/pom.xml | 2 +- trace/pom.xml | 2 +- yanglib/mdsal-yanglib-api/pom.xml | 4 +- yanglib/mdsal-yanglib-rfc8525/pom.xml | 4 +- yanglib/pom.xml | 2 +- 77 files changed, 147 insertions(+), 147 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 21fe74c2c1..9f677782ff 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.2-SNAPSHOT + 16.0.2 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 16.0.2-SNAPSHOT + 16.0.2 xml org.opendaylight.mdsal features-mdsal-experimental features - 16.0.2-SNAPSHOT + 16.0.2 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-spi - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-broker - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-schema-osgi - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 16.0.2-SNAPSHOT + 16.0.2 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 16.0.2-SNAPSHOT + 16.0.2 test org.opendaylight.mdsal mdsal-binding-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-binding-dom-adapter - 16.0.2-SNAPSHOT + 16.0.2 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-binding-util - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-binding-test-utils - 16.0.2-SNAPSHOT + 16.0.2 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.2-SNAPSHOT + 2013.09.07.28.2 org.opendaylight.mdsal.model general-entity - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-eos-common-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-eos-dom-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-eos-dom-simple - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-eos-binding-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-eos-binding-adapter - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-singleton-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-singleton-impl - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-trace-api - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-trace-cli - 16.0.2-SNAPSHOT + 16.0.2 org.opendaylight.mdsal mdsal-trace-impl - 16.0.2-SNAPSHOT + 16.0.2 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-binding-base - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-binding-runtime - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-binding-api - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-dom-api - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-dom-broker - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-dom-runtime - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-eos-dom - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-eos-binding - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-eos-single - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-singleton-dom - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.21.2-SNAPSHOT + 0.21.2 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.21.2-SNAPSHOT + 0.21.2 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.21.2-SNAPSHOT + 0.21.2 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.21.2-SNAPSHOT + 0.21.2 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 16.0.2-SNAPSHOT + 16.0.2 ${project.groupId} mdsal-replicate-netty - 16.0.2-SNAPSHOT + 16.0.2 ${project.groupId} odl-mdsal-replicate-common - 16.0.2-SNAPSHOT + 16.0.2 features xml ${project.groupId} odl-mdsal-replicate-netty - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.2-SNAPSHOT + 2013.08.27.28.2 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.2-SNAPSHOT + 2013.10.21.28.2 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 16.0.2-SNAPSHOT + 16.0.2 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 16.0.2-SNAPSHOT + 16.0.2 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 16.0.2-SNAPSHOT + 16.0.2 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 1348474e3f..0ea2efbd5e 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.2-SNAPSHOT + 16.0.2 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.2-SNAPSHOT + 16.0.2 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index ea2fe13597..93e41d0ae4 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 468dd32581..433dad0650 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index 90e4e2bec7..ec040a8f0d 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index a47ac109ca..c3cfee6945 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.2-SNAPSHOT + 16.0.2 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index eacd59d20a..7166aaffd8 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index d6df80bcb0..6cd1191fa5 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index ced79b2ebc..7929fa6e6a 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 08bb11be30..3e95f258e8 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.2-SNAPSHOT + 16.0.2 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 50ba6be409..e62a0b53c6 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.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.2-SNAPSHOT + 16.0.2 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index cc67a485ab..e4f8375928 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index e21d983df6..2798e724e1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index d543b28786..8ffd505c7a 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.2-SNAPSHOT + 16.0.2 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index e952dd891e..6431f06bb6 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.2-SNAPSHOT + 16.0.2 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index 8b68dac2ff..83a645ca0e 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom diff --git a/docs/pom.xml b/docs/pom.xml index e12e7877e1..0013101371 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 16.0.2-SNAPSHOT + 16.0.2 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index b06757e2ca..6863e53858 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 463c780530..ab2ccd1aa0 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.2-SNAPSHOT + 16.0.2 ../../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 9cd41fce5c..c703c84c47 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 1244f21ad3..6095fef1f2 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 87c7485da4..da90bf597f 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index ff9358738c..7525b73d1c 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index b6165441db..a113ddb01e 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 6ce0d7493b..00ad7ebb85 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index abbfae22bc..0114cb3e1c 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index ecbcc999e2..fe71a15af7 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 956c2a6a9b..b7eeb41116 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 223e817ad2..a98f8ff9dc 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index b450194462..235d853384 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index d9cd60323d..14586dc53d 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.2-SNAPSHOT + 16.0.2 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 3501869f12..4d1537e340 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 16.0.2-SNAPSHOT + 16.0.2 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 553effbc97..95d09eef8c 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 2a02978637..573b6821fc 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 0cda97f4ea..3d37780770 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index 6a79129d9a..7090bda0a9 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 2cb68c4201..ce71d7e8a9 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index 643e63029d..1ded8b020f 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 4ac4eba5f0..0ff17846ab 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 3c3908547e..8c81f8fc52 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index 2977470131..6d953c6ad6 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index f4ec4155b7..20757a7bae 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index 5a9cf008b6..2d68d3dd7f 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index ba916ab1bf..029911ee96 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 57762d8b3a..bf3217c502 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index 4771fa8dbb..58db8208ca 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index ba1eef09f5..e9397db08f 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.21.2-SNAPSHOT + 0.21.2 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 ff5632fefb..c2076608cf 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.21.2-SNAPSHOT + 0.21.2 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 3a4a6720e9..ea062e2bb7 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.2-SNAPSHOT + 16.0.2 ../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 ed745753f9..5e6333e4b4 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 2923cf866d..b0dc6bdebb 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 8eaa4c1527..3ee008cdad 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index cbb2337646..109b1a2efe 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index 3978ce5ed1..dc788078bc 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index 0837f4fa78..8adc53e215 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.2-SNAPSHOT + 16.0.2 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index c372b957e3..024ff222a4 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 16.0.2-SNAPSHOT + 16.0.2 import pom diff --git a/features/pom.xml b/features/pom.xml index aa5b448ddf..a17a68a3bb 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 46a3744a70..ee25003b90 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 16.0.2-SNAPSHOT + 16.0.2 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 16.0.2-SNAPSHOT + 16.0.2 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index e88d2c226a..f81aafc0d4 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 16.0.2-SNAPSHOT + 16.0.2 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index a963257372..16200afd93 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.2-SNAPSHOT + 16.0.2 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.28.2-SNAPSHOT + 2013.10.21.28.2 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 95e3dc281a..d72ff653a1 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.2-SNAPSHOT + 16.0.2 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.28.2-SNAPSHOT + 2013.08.27.28.2 bundle diff --git a/model/pom.xml b/model/pom.xml index 77fabb7992..39fb177ff9 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index f5f9a44d9e..1607e8b8aa 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 16.0.2-SNAPSHOT + 16.0.2 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.28.2-SNAPSHOT + 2013.09.07.28.2 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index a4d22b4fe5..ea3ac569ac 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 16.0.2-SNAPSHOT + 16.0.2 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index b7d20da983..d651ea8361 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 8a6b21dc19..f4eedb466d 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index f6bf7ee0ba..8f79ee635e 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 16.0.2-SNAPSHOT + 16.0.2 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 346fb28949..0a990538fd 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 3adc9e3933..a57c0db808 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 0a12fc43b0..c4785220cf 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.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index be810898fa..29b6803d8f 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.2-SNAPSHOT + 16.0.2 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index 6c1769817c..46638a0bb0 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 177191747d..9d7abbb9aa 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.2-SNAPSHOT + 16.0.2 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index b783b7c8fe..8854a59643 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index d5fcb2b1d3..091730635a 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.21.2-SNAPSHOT + 0.21.2 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 68c3b47376..a6e3acff31 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.2-SNAPSHOT + 16.0.2 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.21.2-SNAPSHOT + 0.21.2 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index f676356747..6a94b85110 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 16.0.2-SNAPSHOT + 16.0.2 pom ${project.artifactId} ${project.artifactId} -- 2.34.1