From faa919c625e29eafb20bd80b7c7e7eb5971796bd Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Wed, 10 Jun 2026 09:47:25 +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 cc3f97e229..3f3d3a34b3 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.7-SNAPSHOT + 15.0.7 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 15.0.7-SNAPSHOT + 15.0.7 xml org.opendaylight.mdsal features-mdsal-experimental features - 15.0.7-SNAPSHOT + 15.0.7 xml @@ -43,38 +43,38 @@ org.opendaylight.mdsal mdsal-common-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-spi - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-broker - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-schema-osgi - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-inmemory-datastore - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-dom-inmemory-datastore-benchmark - 15.0.7-SNAPSHOT + 15.0.7 test @@ -82,105 +82,105 @@ org.opendaylight.mdsal mdsal-binding-test-model - 15.0.7-SNAPSHOT + 15.0.7 test org.opendaylight.mdsal mdsal-binding-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-binding-dom-adapter - 15.0.7-SNAPSHOT + 15.0.7 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-binding-util - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-binding-test-utils - 15.0.7-SNAPSHOT + 15.0.7 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.7-SNAPSHOT + 2013.09.07.27.7 org.opendaylight.mdsal.model general-entity - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-eos-common-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-eos-dom-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-eos-dom-simple - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-eos-binding-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-eos-binding-adapter - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-singleton-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-singleton-impl - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-trace-api - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-trace-cli - 15.0.7-SNAPSHOT + 15.0.7 org.opendaylight.mdsal mdsal-trace-impl - 15.0.7-SNAPSHOT + 15.0.7 @@ -188,35 +188,35 @@ ${project.groupId} odl-mdsal-binding - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-binding-base - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-binding-runtime - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-binding-api - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -225,28 +225,28 @@ ${project.groupId} odl-mdsal-dom - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-dom-api - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-dom-broker - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-dom-runtime - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -255,7 +255,7 @@ ${project.groupId} odl-mdsal-common - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -264,28 +264,28 @@ ${project.groupId} odl-mdsal-eos-common - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-eos-dom - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-eos-binding - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-eos-single - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -294,14 +294,14 @@ ${project.groupId} odl-mdsal-singleton-common - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-singleton-dom - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -310,7 +310,7 @@ ${project.groupId} odl-mdsal-trace - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -319,24 +319,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.20.7-SNAPSHOT + 0.20.7 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.20.7-SNAPSHOT + 0.20.7 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.20.7-SNAPSHOT + 0.20.7 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.20.7-SNAPSHOT + 0.20.7 features xml @@ -345,24 +345,24 @@ ${project.groupId} mdsal-replicate-common - 15.0.7-SNAPSHOT + 15.0.7 ${project.groupId} mdsal-replicate-netty - 15.0.7-SNAPSHOT + 15.0.7 ${project.groupId} odl-mdsal-replicate-common - 15.0.7-SNAPSHOT + 15.0.7 features xml ${project.groupId} odl-mdsal-replicate-netty - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -371,28 +371,28 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.7-SNAPSHOT + 2013.08.27.27.7 org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.7-SNAPSHOT + 2013.10.21.27.7 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 15.0.7-SNAPSHOT + 15.0.7 features xml org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 15.0.7-SNAPSHOT + 15.0.7 features xml @@ -401,7 +401,7 @@ org.opendaylight.mdsal mdsal-docs - 15.0.7-SNAPSHOT + 15.0.7 diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 3858cb8d91..b39caecec6 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.7-SNAPSHOT + 15.0.7 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.7-SNAPSHOT + 15.0.7 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 59eddd1ada..ea134b6454 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 24af5dc817..75d34959fd 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index f2e2f91e85..db65675e89 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 75f64d4595..6e0f9402dd 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.7-SNAPSHOT + 15.0.7 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 443412cf9d..eb73f1d1b0 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index bcf6511db1..639bd8565d 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 32f0d07964..340242c7ca 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index e8f1d79207..f242ef2a8e 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.7-SNAPSHOT + 15.0.7 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index d38723d701..e69c0c014f 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.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.7-SNAPSHOT + 15.0.7 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index eb7a6b8b43..dd2cdeee7e 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index eecf8204c2..734a8e9fa1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 294597c5da..3f87b1060e 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.7-SNAPSHOT + 15.0.7 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index 45397cf0cc..b05713fe11 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.7-SNAPSHOT + 15.0.7 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index 2e8a031fb3..cb0c3d58d7 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal examples-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom diff --git a/docs/pom.xml b/docs/pom.xml index 16f296b31a..fdfc52e8bc 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 15.0.7-SNAPSHOT + 15.0.7 ../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index c82f8a74de..98cb3e5ed2 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 2d77cff420..cde1447f94 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.7-SNAPSHOT + 15.0.7 ../../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 40b0d40a6c..996f9b5b13 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 5c452c303b..c84757486f 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index 06fffadfe2..c8fe91997b 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 9595cc4a91..9ffd700437 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index 717f381f21..6bb5f95234 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 8e822b43b9..3c04fa1df2 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 817a248155..e1cea2c065 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index 3ddff5b391..e4fce78eff 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 3853d812dd..7cfdf43356 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index cd4f314f3c..660d944727 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index e4c37935a3..12adfdd619 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index eb388910be..eaa8182c01 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.7-SNAPSHOT + 15.0.7 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 5dab41a443..bece39a891 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 15.0.7-SNAPSHOT + 15.0.7 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 d49f47328b..fb9df32d18 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 0984238b15..2aac7d7736 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 6c48c318bb..7ca18f03c3 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index a21c7f7db0..2439457615 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index c197daafed..8813b0ca67 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index b2bd7f981c..82faf1ccbe 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index 500fd8e539..d86df1c63f 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 28d43f8949..57a041e1c7 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index 7389841707..348421d2a5 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index 567f439e44..3556d53400 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index de59c4c6ee..a3b5a57714 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index f4b9ad8886..2e496c5a60 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index 5dd89db5ab..8543ab1433 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index 25efc9587a..88efcf1d1b 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 7771ee0635..b838f189b9 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.20.7-SNAPSHOT + 0.20.7 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 e3b16e0cfe..970f2510df 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.20.7-SNAPSHOT + 0.20.7 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 3716129559..d0f47e78b8 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.7-SNAPSHOT + 15.0.7 ../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 132a1e5d41..78f12f8b1e 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 4e446232c6..0ef629f15f 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index f216245ebb..aa372b0917 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index e9902a6061..867bd8359a 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index 5eb35b5593..cbe4888680 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index f2b853e529..28bc3468e4 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.7-SNAPSHOT + 15.0.7 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 22ab8ddcdb..b9e645aac0 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 15.0.7-SNAPSHOT + 15.0.7 import pom diff --git a/features/pom.xml b/features/pom.xml index b054055f4b..bae9d213ea 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 33178ba3b5..16647b36b8 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 15.0.7-SNAPSHOT + 15.0.7 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 15.0.7-SNAPSHOT + 15.0.7 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 7f6658390b..940550270e 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 15.0.7-SNAPSHOT + 15.0.7 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index 6f0bd84b97..061afa5868 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.7-SNAPSHOT + 15.0.7 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.27.7-SNAPSHOT + 2013.10.21.27.7 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index 15b3f1c2c9..de1bbc4434 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.7-SNAPSHOT + 15.0.7 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.27.7-SNAPSHOT + 2013.08.27.27.7 bundle diff --git a/model/pom.xml b/model/pom.xml index 2013eefb53..b860381dd8 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index 98cbd4e780..dc76fc9e9a 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 15.0.7-SNAPSHOT + 15.0.7 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.27.7-SNAPSHOT + 2013.09.07.27.7 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 5dc3788d91..07a7d70ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 15.0.7-SNAPSHOT + 15.0.7 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 9e7ac46aef..03e517e98d 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 9d0bce819b..7f06eb81ca 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 66af751aa0..aef211d4fd 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 15.0.7-SNAPSHOT + 15.0.7 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index ec00fc4f6e..d9007e471e 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 8d2eaf85af..03deea3232 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 4bf6ad193c..433465eaa1 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.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index 905a9ee1a7..1e2f86b98e 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.7-SNAPSHOT + 15.0.7 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index a3a4d0277a..b403593a08 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 551fc72bbf..0efa417076 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.7-SNAPSHOT + 15.0.7 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 4c153c6f38..b8d4c101c6 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index b83e76f61c..4aea74bc5a 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.20.7-SNAPSHOT + 0.20.7 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 5fd33426a5..edbb553b81 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.7-SNAPSHOT + 15.0.7 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.20.7-SNAPSHOT + 0.20.7 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index 1fba627751..246fffe0d5 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 15.0.7-SNAPSHOT + 15.0.7 pom ${project.artifactId} ${project.artifactId} -- 2.34.1