From 074802b1d8019908e80337e1c59be2b90c9b203a Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 15 Jan 2026 08:34:14 +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 d8fac049c3..a66903281a 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.3-SNAPSHOT + 15.0.3 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 15.0.3-SNAPSHOT + 15.0.3 xml org.opendaylight.mdsal features-mdsal-experimental features - 15.0.3-SNAPSHOT + 15.0.3 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-spi - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-broker - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-schema-osgi - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 15.0.3-SNAPSHOT + 15.0.3 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 15.0.3-SNAPSHOT + 15.0.3 test org.opendaylight.mdsal mdsal-binding-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.3-SNAPSHOT + 15.0.3 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-binding-util - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-binding-test-utils - 15.0.3-SNAPSHOT + 15.0.3 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.3-SNAPSHOT + 2013.09.07.27.3 org.opendaylight.mdsal.model general-entity - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-eos-common-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-eos-dom-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-eos-dom-simple - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-eos-binding-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-eos-binding-adapter - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-singleton-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-singleton-impl - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-trace-api - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-trace-cli - 15.0.3-SNAPSHOT + 15.0.3 org.opendaylight.mdsal mdsal-trace-impl - 15.0.3-SNAPSHOT + 15.0.3 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-binding-base - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-binding-runtime - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-binding-api - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-dom-api - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-dom-broker - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-dom-runtime - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-eos-dom - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-eos-binding - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-eos-single - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-singleton-dom - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.20.3-SNAPSHOT + 0.20.3 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.20.3-SNAPSHOT + 0.20.3 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.20.3-SNAPSHOT + 0.20.3 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.20.3-SNAPSHOT + 0.20.3 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 15.0.3-SNAPSHOT + 15.0.3 ${project.groupId} mdsal-replicate-netty - 15.0.3-SNAPSHOT + 15.0.3 ${project.groupId} odl-mdsal-replicate-common - 15.0.3-SNAPSHOT + 15.0.3 features xml ${project.groupId} odl-mdsal-replicate-netty - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.3-SNAPSHOT + 2013.08.27.27.3 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.3-SNAPSHOT + 2013.10.21.27.3 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 15.0.3-SNAPSHOT + 15.0.3 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 15.0.3-SNAPSHOT + 15.0.3 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 15.0.3-SNAPSHOT + 15.0.3 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 2e6b621384..0c783edf77 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.3-SNAPSHOT + 15.0.3 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.3-SNAPSHOT + 15.0.3 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index b043f971da..f408519eaa 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index eceb6467ff..9fe1118943 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index 59dc1ee37b..21924bb9f7 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index fde6a8d013..5fb9e91627 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.3-SNAPSHOT + 15.0.3 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 3f7155b0f6..439c910101 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index 0ddf26660e..837a9f51f4 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 5d0557af46..9fd3587705 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 1a5eab9738..f384ade431 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.3-SNAPSHOT + 15.0.3 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 87f8cc836f..c475402e31 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.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.3-SNAPSHOT + 15.0.3 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 6b3793be6c..1949655ac8 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 77688d3114..fb7fd50748 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 348a0b7348..eb11078580 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.3-SNAPSHOT + 15.0.3 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index c896188090..44f7c5fab1 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.3-SNAPSHOT + 15.0.3 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index 1112e1ce49..ff2f66edab 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom diff --git a/docs/pom.xml b/docs/pom.xml index 1ca7c062e8..e7fa690020 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.3-SNAPSHOT + 15.0.3 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index d0125a2ea8..b0ff2619be 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index d91afb74ae..b0609a15c2 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.3-SNAPSHOT + 15.0.3 ../../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 1fd35db458..41fa7b667b 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 887048aa17..7cb1b33d2a 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 36afd389d9..20f825545d 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 5264569f7e..435095d2ae 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index b0ae3ad1aa..c85f874cde 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 31d9044172..d812a600ab 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 8f95265a8c..281e64effb 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index d30716a670..390e09c54d 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index d46696c537..4630c3c4aa 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 72002f1f38..3475742b8e 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index 7760088d94..32782a2f50 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index c19a9371d6..328ec0ae62 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.3-SNAPSHOT + 15.0.3 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 3104a6f505..f54fce8ae3 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 15.0.3-SNAPSHOT + 15.0.3 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 20861a4713..0e0d88c4e6 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 95d6faa113..eea6c76394 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 8f08a40d9c..14eb5abfb1 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index bf3f8a0f78..3b899cc618 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 8247b1e747..45cff8e91c 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index dc083aae8f..b452f61c75 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 002996416b..1120a3e1c4 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index db32cb4948..042a3b81ad 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index dae2cf6b57..d01f7fbad7 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index c2ffb1a17c..d0ed6e8d85 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index d96188c3e0..8ddb8cf977 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index 21e7f9e54a..cbce5f9d14 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 2a624db98f..3bb9fc252b 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index 158a746b55..fdeff33e78 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 646df4c743..b0288688d0 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.20.3-SNAPSHOT + 0.20.3 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 f4eee4584b..feb68841b0 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.20.3-SNAPSHOT + 0.20.3 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 16e86c358e..7a2455c927 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.3-SNAPSHOT + 15.0.3 ../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 f1a4b3e004..aaaf8a2a69 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 68889f4fe4..896dcc1898 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index 36255dbfe0..4685851f31 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index ba4453f048..400a4b268f 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index 744d225e71..a1c983b61a 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index 3709cceeb0..9904a2cb37 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.3-SNAPSHOT + 15.0.3 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index e23c249e84..6f047f3c0a 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.3-SNAPSHOT + 15.0.3 import pom diff --git a/features/pom.xml b/features/pom.xml index a1df6f46b3..b56e910506 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 3d7a9fa438..acf3a1a2ef 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 15.0.3-SNAPSHOT + 15.0.3 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.3-SNAPSHOT + 15.0.3 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 6b1c7936f8..f4d4b6ea38 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 15.0.3-SNAPSHOT + 15.0.3 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index 022cee769f..987ecbc18a 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.3-SNAPSHOT + 15.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.3-SNAPSHOT + 2013.10.21.27.3 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 0960878917..42383fce87 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.3-SNAPSHOT + 15.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.3-SNAPSHOT + 2013.08.27.27.3 bundle diff --git a/model/pom.xml b/model/pom.xml index 5653d9f3a0..41bde22fa8 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index a94a940313..45f5003312 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.3-SNAPSHOT + 15.0.3 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.3-SNAPSHOT + 2013.09.07.27.3 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 598a6adb32..b3e5b53ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 15.0.3-SNAPSHOT + 15.0.3 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 8907c2ddf1..e3f5d5b6d8 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index f5c9caf625..24e36a9f36 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 1c76e70963..02665534a0 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 15.0.3-SNAPSHOT + 15.0.3 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index 52bd30f415..40642379c4 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 63fd8bdb99..a4c7534443 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index c4dda8c8e9..c2ab273ea3 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.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 5d28a7b3b4..8201e76ae2 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.3-SNAPSHOT + 15.0.3 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index b34af9c5ef..93cf5ff8ea 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 5b34a6ac03..691770a222 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.3-SNAPSHOT + 15.0.3 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 27ce04e8ed..43cb0ec601 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index f6277287ed..20961673ef 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.20.3-SNAPSHOT + 0.20.3 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index b556cddb4a..6b4e222ff5 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.3-SNAPSHOT + 15.0.3 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.20.3-SNAPSHOT + 0.20.3 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index b20e5f795e..8f97b3fe39 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 15.0.3-SNAPSHOT + 15.0.3 pom ${project.artifactId} ${project.artifactId} -- 2.34.1