From b9d90c2022c3aae7f7034a1ad3e15caf4de858bd Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Sat, 8 Mar 2025 14:52:37 +0000 Subject: [PATCH] Release controller --- akka/pom.xml | 2 +- akka/repackaged-akka-jar/pom.xml | 2 +- akka/repackaged-akka/pom.xml | 2 +- artifacts/pom.xml | 2 +- atomix-storage/pom.xml | 2 +- benchmark/api/pom.xml | 2 +- benchmark/dsbenchmark/pom.xml | 2 +- benchmark/ntfbenchmark/pom.xml | 2 +- benchmark/pom.xml | 2 +- benchmark/rpcbenchmark/pom.xml | 2 +- benchmark/segjournal-benchmark/pom.xml | 2 +- bundle-parent/pom.xml | 4 ++-- docs/pom.xml | 2 +- features/features-controller-experimental/pom.xml | 2 +- features/features-controller-testing/pom.xml | 2 +- features/features-controller/pom.xml | 2 +- features/odl-clustering-test-app/pom.xml | 2 +- features/odl-controller-akka/pom.xml | 2 +- features/odl-controller-blueprint/pom.xml | 2 +- features/odl-controller-broker-local/pom.xml | 2 +- features/odl-controller-mdsal-common/pom.xml | 2 +- features/odl-controller-scala/pom.xml | 2 +- features/odl-jolokia/pom.xml | 2 +- features/odl-mdsal-benchmark/pom.xml | 2 +- features/odl-mdsal-broker/pom.xml | 2 +- features/odl-mdsal-clustering-commons/pom.xml | 2 +- features/odl-mdsal-distributed-datastore/pom.xml | 2 +- features/odl-mdsal-remoterpc-connector/pom.xml | 2 +- features/odl-toaster/pom.xml | 2 +- features/pom.xml | 2 +- features/single-feature-parent/pom.xml | 4 ++-- jolokia/pom.xml | 2 +- karaf/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- opendaylight/md-sal/cds-access-api/pom.xml | 2 +- opendaylight/md-sal/cds-access-client/pom.xml | 2 +- opendaylight/md-sal/cds-dom-api/pom.xml | 2 +- opendaylight/md-sal/cds-mgmt-api/pom.xml | 2 +- opendaylight/md-sal/eos-dom-akka/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-parent/pom.xml | 4 ++-- opendaylight/md-sal/parent/pom.xml | 4 ++-- opendaylight/md-sal/pom.xml | 2 +- opendaylight/md-sal/sal-akka-raft-example/pom.xml | 2 +- opendaylight/md-sal/sal-akka-raft/pom.xml | 2 +- opendaylight/md-sal/sal-akka-segmented-journal/pom.xml | 2 +- opendaylight/md-sal/sal-binding-it/pom.xml | 2 +- opendaylight/md-sal/sal-cluster-admin-api/pom.xml | 2 +- opendaylight/md-sal/sal-cluster-admin-impl/pom.xml | 2 +- opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-commons/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-config/pom.xml | 2 +- opendaylight/md-sal/sal-common-util/pom.xml | 2 +- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 2 +- opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml | 2 +- opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 2 +- opendaylight/md-sal/sal-test-model/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/configuration/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/karaf-cli/pom.xml | 2 +- opendaylight/md-sal/samples/clustering-test-app/model/pom.xml | 2 +- opendaylight/md-sal/samples/clustering-test-app/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/provider/pom.xml | 2 +- opendaylight/md-sal/samples/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-consumer/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-it/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-provider/pom.xml | 2 +- opendaylight/md-sal/samples/toaster/pom.xml | 2 +- pom.xml | 2 +- raft-journal/pom.xml | 2 +- 69 files changed, 73 insertions(+), 73 deletions(-) diff --git a/akka/pom.xml b/akka/pom.xml index f7c33bb830..bbce4144ee 100644 --- a/akka/pom.xml +++ b/akka/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>akka-aggregator</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 910e5929af..2877aa20f2 100644 --- a/akka/repackaged-akka-jar/pom.xml +++ b/akka/repackaged-akka-jar/pom.xml @@ -20,7 +20,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>repackaged-akka-jar</artifactId> <packaging>jar</packaging> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <name>${project.artifactId}</name> <properties> diff --git a/akka/repackaged-akka/pom.xml b/akka/repackaged-akka/pom.xml index 7bc9117048..ebbb2296be 100644 --- a/akka/repackaged-akka/pom.xml +++ b/akka/repackaged-akka/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../bundle-parent</relativePath> </parent> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2c1b8c702a..25efcbf427 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -20,7 +20,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/atomix-storage/pom.xml b/atomix-storage/pom.xml index f7e55dab5d..29a91cbc11 100644 --- a/atomix-storage/pom.xml +++ b/atomix-storage/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../bundle-parent</relativePath> </parent> diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index a62558f77b..fd3abf49bd 100644 --- a/benchmark/api/pom.xml +++ b/benchmark/api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 5b68b9a544..4a1dfa7e9a 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index 1566b04777..b2d06aee7e 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 5571e99e8b..57f3a279c4 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.controller</groupId> <artifactId>benchmark-aggregator</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index cdfcaae53e..d30dda58fd 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/segjournal-benchmark/pom.xml b/benchmark/segjournal-benchmark/pom.xml index 5757e3dc2b..6e97f4bd59 100644 --- a/benchmark/segjournal-benchmark/pom.xml +++ b/benchmark/segjournal-benchmark/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 416c40a0de..0215f596ab 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/docs/pom.xml b/docs/pom.xml index 521db64c14..3540547bde 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>controller-docs</artifactId> <packaging>jar</packaging> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <name>${project.artifactId}</name> <description>Controller documentation</description> diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index a6abe31f70..a92fbc67b8 100644 --- a/features/features-controller-experimental/pom.xml +++ b/features/features-controller-experimental/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>features-controller-experimental</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>feature</packaging> <name>OpenDaylight :: Controller :: Experimental Features</name> <description>Controller Experimental Features</description> diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 9feb33e39a..e2fd502caa 100644 --- a/features/features-controller-testing/pom.xml +++ b/features/features-controller-testing/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>features-controller-testing</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>feature</packaging> <name>OpenDaylight :: Controller :: Features to support CSIT testing</name> <description>Controller CSIT Features</description> diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index 0ba9a79086..caf3c3af5a 100644 --- a/features/features-controller/pom.xml +++ b/features/features-controller/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>features-controller</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>feature</packaging> <name>OpenDaylight :: Controller :: Features</name> <description>Controller Production Features</description> diff --git a/features/odl-clustering-test-app/pom.xml b/features/odl-clustering-test-app/pom.xml index bfaf17a61b..4874cc9274 100644 --- a/features/odl-clustering-test-app/pom.xml +++ b/features/odl-clustering-test-app/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-akka/pom.xml b/features/odl-controller-akka/pom.xml index e422de3f17..c757af9216 100644 --- a/features/odl-controller-akka/pom.xml +++ b/features/odl-controller-akka/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-blueprint/pom.xml b/features/odl-controller-blueprint/pom.xml index e1410cf1c8..1af29d353e 100644 --- a/features/odl-controller-blueprint/pom.xml +++ b/features/odl-controller-blueprint/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-broker-local/pom.xml b/features/odl-controller-broker-local/pom.xml index 735855b3fb..9984e27d56 100644 --- a/features/odl-controller-broker-local/pom.xml +++ b/features/odl-controller-broker-local/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-mdsal-common/pom.xml b/features/odl-controller-mdsal-common/pom.xml index ab7dbb85ed..8d7ace020d 100644 --- a/features/odl-controller-mdsal-common/pom.xml +++ b/features/odl-controller-mdsal-common/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-scala/pom.xml b/features/odl-controller-scala/pom.xml index a21e7d9f17..14f4ad2045 100644 --- a/features/odl-controller-scala/pom.xml +++ b/features/odl-controller-scala/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-jolokia/pom.xml b/features/odl-jolokia/pom.xml index 9ad0079e09..6b5747a1d1 100644 --- a/features/odl-jolokia/pom.xml +++ b/features/odl-jolokia/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-benchmark/pom.xml b/features/odl-mdsal-benchmark/pom.xml index c221da0c46..4a975d6f7b 100644 --- a/features/odl-mdsal-benchmark/pom.xml +++ b/features/odl-mdsal-benchmark/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index 1bcc0c2f4f..2ea812a730 100644 --- a/features/odl-mdsal-broker/pom.xml +++ b/features/odl-mdsal-broker/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-clustering-commons/pom.xml b/features/odl-mdsal-clustering-commons/pom.xml index 3839785a48..db4e3896c2 100644 --- a/features/odl-mdsal-clustering-commons/pom.xml +++ b/features/odl-mdsal-clustering-commons/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-distributed-datastore/pom.xml b/features/odl-mdsal-distributed-datastore/pom.xml index 4934d02972..bef53bffd7 100644 --- a/features/odl-mdsal-distributed-datastore/pom.xml +++ b/features/odl-mdsal-distributed-datastore/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-remoterpc-connector/pom.xml b/features/odl-mdsal-remoterpc-connector/pom.xml index b41ef50c4a..d057914a44 100644 --- a/features/odl-mdsal-remoterpc-connector/pom.xml +++ b/features/odl-mdsal-remoterpc-connector/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-toaster/pom.xml b/features/odl-toaster/pom.xml index 9586a68d81..bdafa0878b 100644 --- a/features/odl-toaster/pom.xml +++ b/features/odl-toaster/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/pom.xml b/features/pom.xml index b31b6699bf..0cc5dc31c3 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>features-aggregator</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index a35f3ed5b2..1cfa872d0b 100644 --- a/features/single-feature-parent/pom.xml +++ b/features/single-feature-parent/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/jolokia/pom.xml b/jolokia/pom.xml index 5129acef5c..95c9580618 100644 --- a/jolokia/pom.xml +++ b/jolokia/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>odl-jolokia-osgi</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>jar</packaging> <build> diff --git a/karaf/pom.xml b/karaf/pom.xml index 4aade6ee8b..3af0396174 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>controller-test-karaf</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 2ddb6bd130..390fa920b9 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -20,7 +20,7 @@ <artifactId>blueprint</artifactId> <packaging>bundle</packaging> <name>${project.artifactId}</name> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <properties> <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce> diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 9f4df230f8..5c80cc496e 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index e76427fb97..1641209b37 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index 9927703249..e01a65e90a 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/cds-mgmt-api/pom.xml b/opendaylight/md-sal/cds-mgmt-api/pom.xml index 39ca65fc51..845431449f 100644 --- a/opendaylight/md-sal/cds-mgmt-api/pom.xml +++ b/opendaylight/md-sal/cds-mgmt-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/eos-dom-akka/pom.xml b/opendaylight/md-sal/eos-dom-akka/pom.xml index 662b8ad93c..f22432f896 100644 --- a/opendaylight/md-sal/eos-dom-akka/pom.xml +++ b/opendaylight/md-sal/eos-dom-akka/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index eb95e710a2..318ee3d017 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-base</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>bundle</packaging> <properties> diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index e1bae53ece..311c97e6d8 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> @@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index a86587a86a..2949408ec6 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index a423839615..1db3b0d175 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -11,7 +11,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-aggregator</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index d9231cdb75..e09c15d9ae 100644 --- a/opendaylight/md-sal/sal-akka-raft-example/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft-example/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 56268328bd..e5a0deea16 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index 20299218f9..076994129e 100644 --- a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml +++ b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 1e3a1d8f3b..5241a5f0ca 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../mdsal-it-parent</relativePath> </parent> <artifactId>sal-binding-it</artifactId> diff --git a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml index 24b2447663..c60f6d102a 100644 --- a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml index 4144a93277..0441c6a53e 100644 --- a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml b/opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml index f7f89ce2f2..742255150f 100644 --- a/opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mdsal-parent</artifactId> <groupId>org.opendaylight.controller</groupId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index a7dcfbb579..368c17beaa 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 1ac8ea709a..ad74543287 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -18,7 +18,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>sal-clustering-config</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>jar</packaging> <description>Configuration files for md-sal clustering</description> diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 0d9990673f..789417a4bd 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 33d848265e..417780c9cf 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 1028a5ecd2..39c129aa53 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 9d1f7e8743..3d20938cd9 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/sal-test-model/pom.xml b/opendaylight/md-sal/sal-test-model/pom.xml index 415e0da04f..123cd2936a 100644 --- a/opendaylight/md-sal/sal-test-model/pom.xml +++ b/opendaylight/md-sal/sal-test-model/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml index f96c07615a..4188639710 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.controller.samples</groupId> <artifactId>clustering-it-config</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>jar</packaging> <build> diff --git a/opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml index d8a76eea3b..ab3db277fb 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml @@ -12,7 +12,7 @@ <parent> <artifactId>mdsal-parent</artifactId> <groupId>org.opendaylight.controller</groupId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index 2241573a1e..412f4714fd 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index 98ba9e40aa..548c8ff85c 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/pom.xml @@ -10,7 +10,7 @@ <groupId>org.opendaylight.controller.samples</groupId> <artifactId>clustering-test-app</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index ed7ac56309..f7a78d0998 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 07bcea320f..bcf3175c79 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -10,7 +10,7 @@ <groupId>org.opendaylight.controller.samples</groupId> <artifactId>samples-aggregator</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <properties> diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index 064435385d..4436b2e58c 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index cf51f45728..c4c363ee9d 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../mdsal-it-parent</relativePath> </parent> <artifactId>sample-toaster-it</artifactId> diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 04c006e558..6028195a1e 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 409534e715..3fa8c47843 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../../parent</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 828a2ed59b..e9c47aa5ab 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>releasepom</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <packaging>pom</packaging> <name>controller</name> <!-- Used by Sonar to set project name --> diff --git a/raft-journal/pom.xml b/raft-journal/pom.xml index 0b222e957e..b81109a7d5 100644 --- a/raft-journal/pom.xml +++ b/raft-journal/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.9-SNAPSHOT</version> + <version>10.0.9</version> <relativePath>../bundle-parent</relativePath> </parent> -- 2.34.1