From 533fbda2d1999c2d089111cf35efcfd6ca7e9728 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Fri, 4 Sep 2026 19:01:21 +0000 Subject: [PATCH] Release mdsal --- artifacts/pom.xml | 120 +++++++++--------- .../benchmark-dom-store-inmemory/pom.xml | 2 +- benchmarks/pom.xml | 2 +- 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/dom-store-inmemory/pom.xml | 2 +- dom/mdsal-dom-api/pom.xml | 2 +- dom/mdsal-dom-broker/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-1node-binding/pom.xml | 2 +- features/odl-mdsal-1node-dom/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 +- 80 files changed, 151 insertions(+), 151 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index f5fd1754f4..09da741025 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.mdsal mdsal-artifacts - 17.0.0-SNAPSHOT + 17.0.0 pom @@ -28,14 +28,14 @@ org.opendaylight.mdsal features-mdsal features - 17.0.0-SNAPSHOT + 17.0.0 xml org.opendaylight.mdsal features-mdsal-experimental features - 17.0.0-SNAPSHOT + 17.0.0 xml @@ -43,139 +43,139 @@ org.opendaylight.mdsal mdsal-common-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-dom-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-dom-spi - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-dom-broker - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-dom-schema-osgi - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal dom-store-inmemory - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-binding-test-model - 17.0.0-SNAPSHOT + 17.0.0 test org.opendaylight.mdsal mdsal-binding-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-binding-dom-adapter - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-binding-dom-adapter - 17.0.0-SNAPSHOT + 17.0.0 test-jar test org.opendaylight.mdsal mdsal-binding-spi - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-binding-util - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-binding-test-utils - 17.0.0-SNAPSHOT + 17.0.0 test org.opendaylight.mdsal.model yang-ext - 2013.09.07.29.0-SNAPSHOT + 2013.09.07.29.0 org.opendaylight.mdsal.model general-entity - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-eos-common-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-eos-dom-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-eos-dom-simple - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-eos-binding-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-eos-binding-adapter - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-singleton-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-singleton-impl - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-trace-api - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-trace-cli - 17.0.0-SNAPSHOT + 17.0.0 org.opendaylight.mdsal mdsal-trace-impl - 17.0.0-SNAPSHOT + 17.0.0 @@ -183,35 +183,35 @@ ${project.groupId} odl-mdsal-binding - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-binding-base - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-binding-runtime - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-binding-api - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-binding-dom-adapter - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -220,28 +220,28 @@ ${project.groupId} odl-mdsal-dom - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-dom-api - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-dom-broker - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-dom-runtime - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -250,7 +250,7 @@ ${project.groupId} odl-mdsal-common - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -259,28 +259,28 @@ ${project.groupId} odl-mdsal-eos-common - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-eos-dom - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-eos-binding - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-eos-single - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -289,14 +289,14 @@ ${project.groupId} odl-mdsal-singleton-common - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-singleton-dom - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -305,7 +305,7 @@ ${project.groupId} odl-mdsal-trace - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -314,24 +314,24 @@ org.opendaylight.mdsal mdsal-yanglib-api - 0.22.0-SNAPSHOT + 0.22.0 org.opendaylight.mdsal mdsal-yanglib-rfc8525 - 0.22.0-SNAPSHOT + 0.22.0 ${project.groupId} odl-mdsal-exp-yanglib-api - 0.22.0-SNAPSHOT + 0.22.0 features xml ${project.groupId} odl-mdsal-exp-yanglib-rfc8525 - 0.22.0-SNAPSHOT + 0.22.0 features xml @@ -340,24 +340,24 @@ ${project.groupId} mdsal-replicate-common - 17.0.0-SNAPSHOT + 17.0.0 ${project.groupId} mdsal-replicate-netty - 17.0.0-SNAPSHOT + 17.0.0 ${project.groupId} odl-mdsal-replicate-common - 17.0.0-SNAPSHOT + 17.0.0 features xml ${project.groupId} odl-mdsal-replicate-netty - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -366,14 +366,14 @@ org.opendaylight.mdsal odl-mdsal-1node-binding - 17.0.0-SNAPSHOT + 17.0.0 features xml org.opendaylight.mdsal odl-mdsal-1node-dom - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -382,12 +382,12 @@ org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.29.0-SNAPSHOT + 2013.08.27.29.0 org.opendaylight.mdsal.model odl-mdsal-model-odl-l2-types - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -396,12 +396,12 @@ org.opendaylight.mdsal.model ietf-topology - 2013.10.21.29.0-SNAPSHOT + 2013.10.21.29.0 org.opendaylight.mdsal.model odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal - 17.0.0-SNAPSHOT + 17.0.0 features xml @@ -410,7 +410,7 @@ org.opendaylight.mdsal mdsal-docs - 17.0.0-SNAPSHOT + 17.0.0 diff --git a/benchmarks/benchmark-dom-store-inmemory/pom.xml b/benchmarks/benchmark-dom-store-inmemory/pom.xml index 6b3ca82735..e1df267f2d 100644 --- a/benchmarks/benchmark-dom-store-inmemory/pom.xml +++ b/benchmarks/benchmark-dom-store-inmemory/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 0e1525aded..50269208e3 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal benchmarks-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index e57c5984d6..6fef351a6b 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.mdsal binding-parent pom - 17.0.0-SNAPSHOT + 17.0.0 !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- @@ -33,7 +33,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 pom import diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 120328f749..59b02a0fe8 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 5a089860b7..e4f4a42557 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index de1bc0f4c2..0be9359ddb 100644 --- a/binding/mdsal-binding-spi/pom.xml +++ b/binding/mdsal-binding-spi/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 067f9911f9..ce43ee7ff6 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 - 17.0.0-SNAPSHOT + 17.0.0 ../binding-parent/pom.xml diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index fd3c6252da..9e19ae4604 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index 512d51583a..525e8636b3 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/binding/pom.xml b/binding/pom.xml index 44be0ed05f..3ee9866c0a 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal binding-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/bnd-parent/pom.xml b/bnd-parent/pom.xml index 87c4695ef4..1c3e44d4dd 100644 --- a/bnd-parent/pom.xml +++ b/bnd-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} Bundle parent (bnd-based) @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 17.0.0-SNAPSHOT + 17.0.0 pom import diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 588122591e..3bf7d1c3a4 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal bundle-parent - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} Bundle parent (felix-based) @@ -29,7 +29,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 pom import diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index e866cb5a39..cde6b1dbf2 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 069b8e4ba6..04712dba9c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal common-agreggator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/docs/examples/dom-databroker-txchain/pom.xml b/docs/examples/dom-databroker-txchain/pom.xml index 0530496967..e118537339 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../../binding/binding-parent diff --git a/docs/examples/dom-databroker/pom.xml b/docs/examples/dom-databroker/pom.xml index c0c9392dc8..ad4584c0df 100644 --- a/docs/examples/dom-databroker/pom.xml +++ b/docs/examples/dom-databroker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../../binding/binding-parent diff --git a/docs/examples/pom.xml b/docs/examples/pom.xml index f08338c6e9..34b699450d 100644 --- a/docs/examples/pom.xml +++ b/docs/examples/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.mdsal examples-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom diff --git a/docs/pom.xml b/docs/pom.xml index 51994e4c92..e1a6859ef2 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-docs - 17.0.0-SNAPSHOT + 17.0.0 jar ${project.artifactId} MD-SAL documentation diff --git a/dom/dom-store-inmemory/pom.xml b/dom/dom-store-inmemory/pom.xml index ccf72a6415..3201c8e848 100644 --- a/dom/dom-store-inmemory/pom.xml +++ b/dom/dom-store-inmemory/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index e07528a52a..14c254525a 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 5161f1686d..19e8c860be 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-schema-osgi/pom.xml b/dom/mdsal-dom-schema-osgi/pom.xml index c355cfdf82..34795066d2 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 3496389c56..c5332c98bf 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/dom/pom.xml b/dom/pom.xml index 7e6b42eee7..64d57165fd 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal dom-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index 8be31986c6..3e49752e2f 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index f0a4b9ac36..4a6ab9bef3 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index 0a75b0a0ea..6e5efb9d34 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index e6ea9e6d64..8b8aef0c3d 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index 4d720abd73..b1fc4b3b21 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/entityownership/pom.xml b/entityownership/pom.xml index b4ba581f56..14dd1cc751 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.opendaylight.mdsal entityownersip-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/features/features-mdsal-experimental/pom.xml b/features/features-mdsal-experimental/pom.xml index c600f4e894..9d6b1990be 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 - 17.0.0-SNAPSHOT + 17.0.0 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 3a981d7ca8..0e66ec961f 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal - 17.0.0-SNAPSHOT + 17.0.0 feature OpenDaylight :: MD-SAL :: Stable Features MD-SAL stable feature repository diff --git a/features/odl-mdsal-1node-binding/pom.xml b/features/odl-mdsal-1node-binding/pom.xml index 4f8ca1f6c0..272c5aaaf8 100644 --- a/features/odl-mdsal-1node-binding/pom.xml +++ b/features/odl-mdsal-1node-binding/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-1node-dom/pom.xml b/features/odl-mdsal-1node-dom/pom.xml index 91c3c48817..e58ef84e8e 100644 --- a/features/odl-mdsal-1node-dom/pom.xml +++ b/features/odl-mdsal-1node-dom/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal template-feature-parent - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-api/pom.xml b/features/odl-mdsal-binding-api/pom.xml index dfb8a01067..bb338ecb24 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-base/pom.xml b/features/odl-mdsal-binding-base/pom.xml index 201c74795f..fed620d434 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-dom-adapter/pom.xml b/features/odl-mdsal-binding-dom-adapter/pom.xml index 626336b864..40fb83806d 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding-runtime/pom.xml b/features/odl-mdsal-binding-runtime/pom.xml index 6a4f63aa6c..215df72f13 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-binding/pom.xml b/features/odl-mdsal-binding/pom.xml index 91c83dc558..72cad33555 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-common/pom.xml b/features/odl-mdsal-common/pom.xml index f1c42482c4..359ee46286 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-api/pom.xml b/features/odl-mdsal-dom-api/pom.xml index f47ac87d8a..1abeaf1efa 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-broker/pom.xml b/features/odl-mdsal-dom-broker/pom.xml index 3f1b6f182a..70f1b6aa13 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom-runtime/pom.xml b/features/odl-mdsal-dom-runtime/pom.xml index c40167fda5..b433a8e073 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-dom/pom.xml b/features/odl-mdsal-dom/pom.xml index 65caceafe0..be1caafa91 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-binding/pom.xml b/features/odl-mdsal-eos-binding/pom.xml index a0a53bd6f7..7ec1d7305e 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-common/pom.xml b/features/odl-mdsal-eos-common/pom.xml index ebc12b0d9b..829795e05f 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-dom/pom.xml b/features/odl-mdsal-eos-dom/pom.xml index b5ed66b570..4c929b361f 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-eos-single/pom.xml b/features/odl-mdsal-eos-single/pom.xml index 2919d48859..f01387cc7a 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-exp-yanglib-api/pom.xml b/features/odl-mdsal-exp-yanglib-api/pom.xml index 000e977c22..bbf0b84421 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml odl-mdsal-exp-yanglib-api - 0.22.0-SNAPSHOT + 0.22.0 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 8036bc4f5a..2c7102dfb8 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml odl-mdsal-exp-yanglib-rfc8525 - 0.22.0-SNAPSHOT + 0.22.0 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 e81bba8cec..f8441ca940 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 - 17.0.0-SNAPSHOT + 17.0.0 ../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 971d93a1ba..54d8fb61b4 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-common/pom.xml b/features/odl-mdsal-replicate-common/pom.xml index 9059fbd59c..d57440c8d6 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-replicate-netty/pom.xml b/features/odl-mdsal-replicate-netty/pom.xml index a1cc21a30e..9b5160a8f9 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-common/pom.xml b/features/odl-mdsal-singleton-common/pom.xml index 31d592653e..21db8dc196 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-singleton-dom/pom.xml b/features/odl-mdsal-singleton-dom/pom.xml index f5756f325c..bfe7b1e57a 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/odl-mdsal-trace/pom.xml b/features/odl-mdsal-trace/pom.xml index c6ca0602fa..40823abdc2 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 - 17.0.0-SNAPSHOT + 17.0.0 ../parent/pom.xml diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 3f622fd708..273465b951 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal template-feature-parent - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} Feature parent (based on template-feature-parent) @@ -28,7 +28,7 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 import pom diff --git a/features/pom.xml b/features/pom.xml index 70b20507f3..00f9285a48 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal features-mdsal-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 75136a6d85..ca91880bce 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.mdsal mdsal-karaf - 17.0.0-SNAPSHOT + 17.0.0 pom @@ -25,7 +25,7 @@ org.opendaylight.mdsal mdsal-artifacts - 17.0.0-SNAPSHOT + 17.0.0 pom import diff --git a/model/general-entity/pom.xml b/model/general-entity/pom.xml index 7ba98bbe1c..c5e0e4b876 100644 --- a/model/general-entity/pom.xml +++ b/model/general-entity/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../binding/binding-parent/pom.xml diff --git a/model/ietf-topology/pom.xml b/model/ietf-topology/pom.xml index adc9442eb8..e9da337381 100644 --- a/model/ietf-topology/pom.xml +++ b/model/ietf-topology/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model ietf-topology - 2013.10.21.29.0-SNAPSHOT + 2013.10.21.29.0 ${project.artifactId} ${project.artifactId} bundle diff --git a/model/l2-types/pom.xml b/model/l2-types/pom.xml index e5afb686d5..48f5f98331 100644 --- a/model/l2-types/pom.xml +++ b/model/l2-types/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model opendaylight-l2-types - 2013.08.27.29.0-SNAPSHOT + 2013.08.27.29.0 bundle diff --git a/model/pom.xml b/model/pom.xml index d8ef8b5f1d..01bcf23903 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal.model model-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/model/yang-ext/pom.xml b/model/yang-ext/pom.xml index b223944d5d..f781941258 100644 --- a/model/yang-ext/pom.xml +++ b/model/yang-ext/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../binding/binding-parent/pom.xml org.opendaylight.mdsal.model yang-ext - 2013.09.07.29.0-SNAPSHOT + 2013.09.07.29.0 ${project.artifactId} ${project.artifactId} bundle diff --git a/pom.xml b/pom.xml index 9a779fb4cd..1fce36eb8b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 17.0.0-SNAPSHOT + 17.0.0 pom md-sal diff --git a/replicate/mdsal-replicate-common/pom.xml b/replicate/mdsal-replicate-common/pom.xml index 9fe06a5eb1..b304305798 100644 --- a/replicate/mdsal-replicate-common/pom.xml +++ b/replicate/mdsal-replicate-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/replicate/mdsal-replicate-netty/pom.xml b/replicate/mdsal-replicate-netty/pom.xml index 2213e0e6d9..f49981b133 100644 --- a/replicate/mdsal-replicate-netty/pom.xml +++ b/replicate/mdsal-replicate-netty/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/replicate/pom.xml b/replicate/pom.xml index 4284fc3b49..be641d7c4c 100644 --- a/replicate/pom.xml +++ b/replicate/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.mdsal mdsal-replicate - 17.0.0-SNAPSHOT + 17.0.0 pom diff --git a/singleton-service/mdsal-singleton-api/pom.xml b/singleton-service/mdsal-singleton-api/pom.xml index f0f56575e6..a83345898d 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/singleton-service/mdsal-singleton-impl/pom.xml b/singleton-service/mdsal-singleton-impl/pom.xml index 86fc99339a..ecb88c0f0e 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 7bd8dccfcf..3b657df526 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.mdsal singleton-service - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/trace/mdsal-trace-api/pom.xml b/trace/mdsal-trace-api/pom.xml index a122ea729e..ea69d22818 100644 --- a/trace/mdsal-trace-api/pom.xml +++ b/trace/mdsal-trace-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../binding/binding-parent/pom.xml diff --git a/trace/mdsal-trace-cli/pom.xml b/trace/mdsal-trace-cli/pom.xml index c2e513b6f1..fe2d4aa9b0 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 - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/trace/mdsal-trace-impl/pom.xml b/trace/mdsal-trace-impl/pom.xml index 6c1cdb2087..40cedb86ae 100644 --- a/trace/mdsal-trace-impl/pom.xml +++ b/trace/mdsal-trace-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal bundle-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bundle-parent/pom.xml diff --git a/trace/pom.xml b/trace/pom.xml index 4aac0b540f..d44b365030 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal trace-aggregator - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 725220f358..71e551741b 100644 --- a/yanglib/mdsal-yanglib-api/pom.xml +++ b/yanglib/mdsal-yanglib-api/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml mdsal-yanglib-api - 0.22.0-SNAPSHOT + 0.22.0 jar ${project.artifactId} YANG library API diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 66856b4b74..c98cde6917 100644 --- a/yanglib/mdsal-yanglib-rfc8525/pom.xml +++ b/yanglib/mdsal-yanglib-rfc8525/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal bnd-parent - 17.0.0-SNAPSHOT + 17.0.0 ../../bnd-parent/pom.xml mdsal-yanglib-rfc8525 - 0.22.0-SNAPSHOT + 0.22.0 jar ${project.artifactId} RFC8525 YANG library implementation diff --git a/yanglib/pom.xml b/yanglib/pom.xml index f154554c7b..9e397d0048 100644 --- a/yanglib/pom.xml +++ b/yanglib/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.mdsal mdsal-yanglib - 17.0.0-SNAPSHOT + 17.0.0 pom ${project.artifactId} ${project.artifactId} -- 2.34.1