From 5894eee10c8b8494ab5ff5c085b5d0688a91354c Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Thu, 27 Feb 2025 12:45:21 +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 d2525b4491..4c8af70547 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <properties> diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 9f8807fefc..7019e85ccb 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.8-SNAPSHOT</version> + <version>10.0.8</version> <name>${project.artifactId}</name> <properties> diff --git a/akka/repackaged-akka/pom.xml b/akka/repackaged-akka/pom.xml index 798ae20bf0..7db9416572 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../bundle-parent</relativePath> </parent> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 72c4a75ef7..cd3f3953f9 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/atomix-storage/pom.xml b/atomix-storage/pom.xml index a5ea2b2b1b..fd163982d8 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../bundle-parent</relativePath> </parent> diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index 9ab26b9e9f..1c53e69600 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 8b05e96898..34fb87d972 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index 3ed2d14d00..e4719f46f4 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/pom.xml b/benchmark/pom.xml index c891237c45..cc3ed28d1c 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <properties> diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 84957835ed..4900bffa4c 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/benchmark/segjournal-benchmark/pom.xml b/benchmark/segjournal-benchmark/pom.xml index 75e27415fd..67f399478f 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../opendaylight/md-sal/parent</relativePath> </parent> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 7f7df3824e..435c0dfeae 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>10.0.8-SNAPSHOT</version> + <version>10.0.8</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/docs/pom.xml b/docs/pom.xml index 577ed6403a..839199670a 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.8-SNAPSHOT</version> + <version>10.0.8</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 6f4fd568d8..438c58bf84 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.8-SNAPSHOT</version> + <version>10.0.8</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 6a2d475763..2ddf68ce89 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.8-SNAPSHOT</version> + <version>10.0.8</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 37c7252bdf..8a501cc433 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.8-SNAPSHOT</version> + <version>10.0.8</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 f8f14ab2e8..e52baab431 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-akka/pom.xml b/features/odl-controller-akka/pom.xml index 10a838b0d2..383c37d5af 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-blueprint/pom.xml b/features/odl-controller-blueprint/pom.xml index 2d26b7bbc0..73e9a84299 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.8-SNAPSHOT</version> + <version>10.0.8</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 fdc9518663..222ae73a10 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.8-SNAPSHOT</version> + <version>10.0.8</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 c8c85ab09b..de21fce86c 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-controller-scala/pom.xml b/features/odl-controller-scala/pom.xml index 3cfbe92c30..9512d63424 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-jolokia/pom.xml b/features/odl-jolokia/pom.xml index d5babbd4af..dd85ca129a 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-benchmark/pom.xml b/features/odl-mdsal-benchmark/pom.xml index 358b84e92a..60baeba4a7 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index 988505a72d..4bed2f45e5 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.8-SNAPSHOT</version> + <version>10.0.8</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 73393c0449..c62b1238d0 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.8-SNAPSHOT</version> + <version>10.0.8</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 98c75626b8..9ff8f6a12b 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.8-SNAPSHOT</version> + <version>10.0.8</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 ddb4fdcc40..82ce2a8173 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/odl-toaster/pom.xml b/features/odl-toaster/pom.xml index 49acd574eb..ef7b20f10d 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../single-feature-parent</relativePath> </parent> diff --git a/features/pom.xml b/features/pom.xml index 6c282fd97a..861c61a178 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <properties> diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index 9ec6378a83..acf0dc8170 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.8-SNAPSHOT</version> + <version>10.0.8</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/jolokia/pom.xml b/jolokia/pom.xml index 6e64f9aa76..f342584639 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>jar</packaging> <build> diff --git a/karaf/pom.xml b/karaf/pom.xml index dbfbcd80c1..616e445c02 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 8ab28b6b6b..c68d94e450 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.8-SNAPSHOT</version> + <version>10.0.8</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 2891e7de64..77b78caf2f 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.8-SNAPSHOT</version> + <version>10.0.8</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 876d7eccaa..f76ac988c8 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.8-SNAPSHOT</version> + <version>10.0.8</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 f2eccec7dd..8434269694 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.8-SNAPSHOT</version> + <version>10.0.8</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 79660f528a..177aaa9ec9 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.8-SNAPSHOT</version> + <version>10.0.8</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 8eb42db46f..28cf912aac 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.8-SNAPSHOT</version> + <version>10.0.8</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 8095a8a5e8..a71af975f6 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.8-SNAPSHOT</version> + <version>10.0.8</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 99faf8011f..53d4a63cf4 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.8-SNAPSHOT</version> + <version>10.0.8</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.8-SNAPSHOT</version> + <version>10.0.8</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 353c05682d..d35bf25e8c 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.8-SNAPSHOT</version> + <version>10.0.8</version> <packaging>pom</packaging> <dependencyManagement> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.8-SNAPSHOT</version> + <version>10.0.8</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index ec95d45680..5db5530c83 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.8-SNAPSHOT</version> + <version>10.0.8</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 46a0ed9066..61a8187bc4 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.8-SNAPSHOT</version> + <version>10.0.8</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 bcbeb3de6f..47fc7d2790 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.8-SNAPSHOT</version> + <version>10.0.8</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 a17ddbbfcd..f04a6e12c9 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.8-SNAPSHOT</version> + <version>10.0.8</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 0153106521..fab147d286 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.8-SNAPSHOT</version> + <version>10.0.8</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 2502aba22e..15ee481300 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.8-SNAPSHOT</version> + <version>10.0.8</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 743816e729..a578380af1 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.8-SNAPSHOT</version> + <version>10.0.8</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 bc8cc53655..567f5f106e 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.8-SNAPSHOT</version> + <version>10.0.8</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 7c2be67f50..30953d215c 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.8-SNAPSHOT</version> + <version>10.0.8</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 c40bf94ae6..6f01962a3c 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.8-SNAPSHOT</version> + <version>10.0.8</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 6c27452af8..8ceb24a23f 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.8-SNAPSHOT</version> + <version>10.0.8</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 cdb3b71552..9b47ca92d7 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.8-SNAPSHOT</version> + <version>10.0.8</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 39273deee2..d1fb4e6e47 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.8-SNAPSHOT</version> + <version>10.0.8</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 780688c865..5120fbb1fe 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.8-SNAPSHOT</version> + <version>10.0.8</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 55488e9dbd..1ee6ecff9e 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.8-SNAPSHOT</version> + <version>10.0.8</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 318387069e..b6e5b328fc 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.8-SNAPSHOT</version> + <version>10.0.8</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 d6e45b6412..88af7622ca 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.8-SNAPSHOT</version> + <version>10.0.8</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 357725204a..6ac6555be4 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.8-SNAPSHOT</version> + <version>10.0.8</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 73b5d60eae..3e96daed6b 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.8-SNAPSHOT</version> + <version>10.0.8</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 f9cf80b6e8..66cab45ead 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index b3f159f701..85f9d8a485 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.8-SNAPSHOT</version> + <version>10.0.8</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 7b0711d4e1..1fa8f041ef 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.8-SNAPSHOT</version> + <version>10.0.8</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 984e971cd6..cf15735444 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.8-SNAPSHOT</version> + <version>10.0.8</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 bc89df8b38..e42d601681 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../parent</relativePath> </parent> diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 1d4fb1c8e9..da0cbd34e3 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../../parent</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 99d73c4a40..27f23a8efe 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>releasepom</artifactId> - <version>10.0.8-SNAPSHOT</version> + <version>10.0.8</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 0af9841f8e..29eb0612e4 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.8-SNAPSHOT</version> + <version>10.0.8</version> <relativePath>../bundle-parent</relativePath> </parent> -- 2.34.1