From 622f9ae813ec26c1016ba36a9802552ae383d86e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 8 Jan 2021 20:12:47 +0100 Subject: [PATCH] Bump versions to 3.0.5-SNAPSHOT This starts the next development iteration. Change-Id: I700a155f7a1ef06a89bcfb00bfea7d424745b745 Signed-off-by: Robert Varga --- akka/pom.xml | 2 +- akka/repackaged-akka-jar/pom.xml | 2 +- akka/repackaged-akka/pom.xml | 2 +- artifacts/pom.xml | 12 ++++++------ benchmark/api/pom.xml | 2 +- benchmark/dsbenchmark/pom.xml | 2 +- benchmark/ntfbenchmark/pom.xml | 2 +- benchmark/pom.xml | 2 +- benchmark/rpcbenchmark/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 +- .../src/main/history/dependencies.xml | 2 +- features/odl-controller-blueprint/pom.xml | 2 +- features/odl-controller-exp-messagebus/pom.xml | 2 +- features/odl-controller-exp-netty-config/pom.xml | 2 +- features/odl-controller-mdsal-common/pom.xml | 2 +- features/odl-controller-model-topology/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-local/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-model-inventory/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 +- model/model-inventory/pom.xml | 2 +- model/model-topology/pom.xml | 2 +- model/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- .../config/netty-event-executor-config/pom.xml | 2 +- opendaylight/config/netty-threadgroup-config/pom.xml | 2 +- opendaylight/config/netty-timer-config/pom.xml | 2 +- opendaylight/config/pom.xml | 2 +- opendaylight/config/threadpool-config-api/pom.xml | 2 +- opendaylight/config/threadpool-config-impl/pom.xml | 4 ++-- 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/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-parent/pom.xml | 4 ++-- opendaylight/md-sal/messagebus-api/pom.xml | 2 +- opendaylight/md-sal/messagebus-impl/pom.xml | 2 +- opendaylight/md-sal/messagebus-spi/pom.xml | 2 +- opendaylight/md-sal/messagebus-util/pom.xml | 2 +- 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 +- .../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-clustering-commons/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-config/pom.xml | 2 +- opendaylight/md-sal/sal-common-util/pom.xml | 2 +- .../md-sal/sal-distributed-datastore/pom.xml | 2 +- opendaylight/md-sal/sal-distributed-eos/pom.xml | 2 +- .../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 +- .../clustering-test-app/configuration/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/model/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/pom.xml | 2 +- .../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 +- 82 files changed, 92 insertions(+), 92 deletions(-) diff --git a/akka/pom.xml b/akka/pom.xml index 03cb04e69c..db808178b0 100644 --- a/akka/pom.xml +++ b/akka/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller akka-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 8103d72f0c..e6327975dc 100644 --- a/akka/repackaged-akka-jar/pom.xml +++ b/akka/repackaged-akka-jar/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.controller repackaged-akka-jar jar - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ${project.artifactId} diff --git a/akka/repackaged-akka/pom.xml b/akka/repackaged-akka/pom.xml index 04e8b9ee3c..9617c752bc 100644 --- a/akka/repackaged-akka/pom.xml +++ b/akka/repackaged-akka/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.controller bundle-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../bundle-parent diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2d7a7b1dfc..465ca5e994 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.controller controller-artifacts - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom @@ -440,27 +440,27 @@ ${project.groupId} netty-event-executor-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT ${project.groupId} netty-threadgroup-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT ${project.groupId} netty-timer-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT ${project.groupId} threadpool-config-api - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT ${project.groupId} threadpool-config-impl - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT ${project.groupId} diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index 20dd635fd6..6111615d21 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 org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../opendaylight/md-sal/parent diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 82656ed55f..f5a69686be 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 org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../opendaylight/md-sal/parent diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index e1be68e0a1..4fb50f61fe 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 org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../opendaylight/md-sal/parent diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 5252aab6f3..1b1215be01 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 org.opendaylight.controller benchmark-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 83f75ec166..e2bb895f5f 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 org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../opendaylight/md-sal/parent diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index ae76b4c934..fd174cde56 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller bundle-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom @@ -25,7 +25,7 @@ org.opendaylight.controller controller-artifacts - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom import diff --git a/docs/pom.xml b/docs/pom.xml index aec4fcbda5..b1d399d3c7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.controller controller-docs jar - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ${project.artifactId} Controller documentation diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 286ecf0dc3..dc372bc798 100644 --- a/features/features-controller-experimental/pom.xml +++ b/features/features-controller-experimental/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller features-controller-experimental - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT feature OpenDaylight :: Controller :: Experimental Features Controller Experimental Features diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index e51772dc0c..0508e83a50 100644 --- a/features/features-controller-testing/pom.xml +++ b/features/features-controller-testing/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller features-controller-testing - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT feature OpenDaylight :: Controller :: Features to support CSIT testing Controller CSIT Features diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index 3e7d30a1f1..5ec04ca5f4 100644 --- a/features/features-controller/pom.xml +++ b/features/features-controller/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller features-controller - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT feature OpenDaylight :: Controller :: Features Controller Production Features diff --git a/features/odl-clustering-test-app/pom.xml b/features/odl-clustering-test-app/pom.xml index e02b74a6e1..917bc4e8de 100644 --- a/features/odl-clustering-test-app/pom.xml +++ b/features/odl-clustering-test-app/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-akka/pom.xml b/features/odl-controller-akka/pom.xml index a00489c97b..9fe0514cdc 100644 --- a/features/odl-controller-akka/pom.xml +++ b/features/odl-controller-akka/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-akka/src/main/history/dependencies.xml b/features/odl-controller-akka/src/main/history/dependencies.xml index bf4808ddb7..8402cfe62b 100644 --- a/features/odl-controller-akka/src/main/history/dependencies.xml +++ b/features/odl-controller-akka/src/main/history/dependencies.xml @@ -8,7 +8,7 @@ mvn:io.aeron/aeron-driver/1.15.3 mvn:io.netty/netty/3.10.6.Final mvn:org.agrona/agrona/0.9.33 - mvn:org.opendaylight.controller/repackaged-akka/3.0.4-SNAPSHOT + mvn:org.opendaylight.controller/repackaged-akka/3.0.5-SNAPSHOT mvn:org.reactivestreams/reactive-streams/1.0.3 diff --git a/features/odl-controller-blueprint/pom.xml b/features/odl-controller-blueprint/pom.xml index ae989a2687..bb9659cc69 100644 --- a/features/odl-controller-blueprint/pom.xml +++ b/features/odl-controller-blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-exp-messagebus/pom.xml b/features/odl-controller-exp-messagebus/pom.xml index 809edf2102..388644259e 100644 --- a/features/odl-controller-exp-messagebus/pom.xml +++ b/features/odl-controller-exp-messagebus/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-exp-netty-config/pom.xml b/features/odl-controller-exp-netty-config/pom.xml index 7d2f068643..3b0481ccbb 100644 --- a/features/odl-controller-exp-netty-config/pom.xml +++ b/features/odl-controller-exp-netty-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-mdsal-common/pom.xml b/features/odl-controller-mdsal-common/pom.xml index fc5f72ed04..f4386d2baf 100644 --- a/features/odl-controller-mdsal-common/pom.xml +++ b/features/odl-controller-mdsal-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-model-topology/pom.xml b/features/odl-controller-model-topology/pom.xml index a3a9272ee0..d55b5799f7 100644 --- a/features/odl-controller-model-topology/pom.xml +++ b/features/odl-controller-model-topology/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-controller-scala/pom.xml b/features/odl-controller-scala/pom.xml index 809f4254f0..5ffeba0bf0 100644 --- a/features/odl-controller-scala/pom.xml +++ b/features/odl-controller-scala/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-jolokia/pom.xml b/features/odl-jolokia/pom.xml index 2031697218..3dc63534ad 100644 --- a/features/odl-jolokia/pom.xml +++ b/features/odl-jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-benchmark/pom.xml b/features/odl-mdsal-benchmark/pom.xml index 51992007d3..b653555692 100644 --- a/features/odl-mdsal-benchmark/pom.xml +++ b/features/odl-mdsal-benchmark/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-broker-local/pom.xml b/features/odl-mdsal-broker-local/pom.xml index e0a7f1d2b7..72ad27d618 100644 --- a/features/odl-mdsal-broker-local/pom.xml +++ b/features/odl-mdsal-broker-local/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index 6feb06be41..0c42e91eab 100644 --- a/features/odl-mdsal-broker/pom.xml +++ b/features/odl-mdsal-broker/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-clustering-commons/pom.xml b/features/odl-mdsal-clustering-commons/pom.xml index ab145b9bae..013f49259b 100644 --- a/features/odl-mdsal-clustering-commons/pom.xml +++ b/features/odl-mdsal-clustering-commons/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-distributed-datastore/pom.xml b/features/odl-mdsal-distributed-datastore/pom.xml index 5e1b66df4e..ac678ecb0a 100644 --- a/features/odl-mdsal-distributed-datastore/pom.xml +++ b/features/odl-mdsal-distributed-datastore/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-model-inventory/pom.xml b/features/odl-mdsal-model-inventory/pom.xml index dbd7f14ba9..44d09b5b6a 100644 --- a/features/odl-mdsal-model-inventory/pom.xml +++ b/features/odl-mdsal-model-inventory/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-mdsal-remoterpc-connector/pom.xml b/features/odl-mdsal-remoterpc-connector/pom.xml index ce5dcb1780..2b3c042ecb 100644 --- a/features/odl-mdsal-remoterpc-connector/pom.xml +++ b/features/odl-mdsal-remoterpc-connector/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/odl-toaster/pom.xml b/features/odl-toaster/pom.xml index 3a2d0c2435..15622b65df 100644 --- a/features/odl-toaster/pom.xml +++ b/features/odl-toaster/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../single-feature-parent diff --git a/features/pom.xml b/features/pom.xml index 0f904658af..c97b10da61 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller features-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index 6478a61ab6..7dc0992aee 100644 --- a/features/single-feature-parent/pom.xml +++ b/features/single-feature-parent/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller single-feature-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom @@ -25,7 +25,7 @@ org.opendaylight.controller bundle-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom import diff --git a/jolokia/pom.xml b/jolokia/pom.xml index 092beec717..babe91877f 100644 --- a/jolokia/pom.xml +++ b/jolokia/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller odl-jolokia-osgi - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT jar diff --git a/karaf/pom.xml b/karaf/pom.xml index c786a0b41e..bcfd445725 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller controller-test-karaf - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/model/model-inventory/pom.xml b/model/model-inventory/pom.xml index 8ec1510ab8..d8b5e90b4a 100644 --- a/model/model-inventory/pom.xml +++ b/model/model-inventory/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.controller.model model-inventory bundle - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT diff --git a/model/model-topology/pom.xml b/model/model-topology/pom.xml index c404ddd5ee..2feef2b49e 100644 --- a/model/model-topology/pom.xml +++ b/model/model-topology/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../opendaylight/md-sal/parent diff --git a/model/pom.xml b/model/pom.xml index 2226c837a1..60b2078f53 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.controller.model model-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index f95ad0ac99..32205733b8 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -20,7 +20,7 @@ blueprint bundle ${project.artifactId} - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index 97e880e058..581df3e771 100644 --- a/opendaylight/config/netty-event-executor-config/pom.xml +++ b/opendaylight/config/netty-event-executor-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller netty-event-executor-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT bundle ${project.artifactId} Configuration Wrapper around netty's event executor diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index fdf8418dcd..65fc7a9da3 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller netty-threadgroup-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT bundle ${project.artifactId} Configuration Wrapper around netty's event group diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 5911c6c729..de669c8753 100644 --- a/opendaylight/config/netty-timer-config/pom.xml +++ b/opendaylight/config/netty-timer-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller netty-timer-config - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT bundle ${project.artifactId} Configuration Wrapper around netty's timer diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 027afee6bd..71a5b3b043 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller config-aggregator - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT pom diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 6f25111d75..9ef872c80b 100644 --- a/opendaylight/config/threadpool-config-api/pom.xml +++ b/opendaylight/config/threadpool-config-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller threadpool-config-api - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT bundle ${project.artifactId} diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index 3cfee4b943..b2adf1d352 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller threadpool-config-impl - 0.14.4-SNAPSHOT + 0.14.5-SNAPSHOT bundle ${project.artifactId} @@ -20,7 +20,7 @@ org.opendaylight.controller controller-artifacts - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom import diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 3bd3edd114..ca57c2e579 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index e6decf46df..0195da4710 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index fb895309d6..b912076a72 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/cds-mgmt-api/pom.xml b/opendaylight/md-sal/cds-mgmt-api/pom.xml index e0c5e73ad3..52d846b736 100644 --- a/opendaylight/md-sal/cds-mgmt-api/pom.xml +++ b/opendaylight/md-sal/cds-mgmt-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 458875c26a..a7a95a4d5d 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 org.opendaylight.controller mdsal-it-base - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT bundle diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index dd14e742c0..769620cac5 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 org.opendaylight.controller mdsal-it-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom @@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller controller-artifacts - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom import diff --git a/opendaylight/md-sal/messagebus-api/pom.xml b/opendaylight/md-sal/messagebus-api/pom.xml index 7f6b7cc785..48acfd7a78 100644 --- a/opendaylight/md-sal/messagebus-api/pom.xml +++ b/opendaylight/md-sal/messagebus-api/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/messagebus-impl/pom.xml b/opendaylight/md-sal/messagebus-impl/pom.xml index 7bb89fe93b..b02cabc0c7 100644 --- a/opendaylight/md-sal/messagebus-impl/pom.xml +++ b/opendaylight/md-sal/messagebus-impl/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/messagebus-spi/pom.xml b/opendaylight/md-sal/messagebus-spi/pom.xml index 5c340c7a91..28e2d59706 100644 --- a/opendaylight/md-sal/messagebus-spi/pom.xml +++ b/opendaylight/md-sal/messagebus-spi/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/messagebus-util/pom.xml b/opendaylight/md-sal/messagebus-util/pom.xml index 76198373d8..1c270cc42a 100644 --- a/opendaylight/md-sal/messagebus-util/pom.xml +++ b/opendaylight/md-sal/messagebus-util/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 4a3c002138..4ba2455f60 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom @@ -25,7 +25,7 @@ org.opendaylight.controller bundle-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom import diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 4fc838e570..91c3f6a8fa 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller mdsal-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index ad8ac6a7f1..6342de0eb4 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index b1d4c0ef27..023a5b5a85 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index 157466f707..db2de07727 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 org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 8a9c0956ed..21c85d0976 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-it-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../mdsal-it-parent sal-binding-it diff --git a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml index 247a5f8383..a14811dc05 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml index 371ea8f586..244f7f7658 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index aac4803137..196239ce8c 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index f68a36e6f4..ee60d3bdbb 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.controller sal-clustering-config - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT jar Configuration files for md-sal clustering diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 64c8a1fd4a..a72c5c94de 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index d7eeee3ee3..53cb351b65 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-distributed-eos/pom.xml b/opendaylight/md-sal/sal-distributed-eos/pom.xml index b145c23dc9..6811e0ec11 100644 --- a/opendaylight/md-sal/sal-distributed-eos/pom.xml +++ b/opendaylight/md-sal/sal-distributed-eos/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 333910d41d..4e4bf0b8f1 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 16e667a902..57fdfc21c7 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../parent diff --git a/opendaylight/md-sal/sal-test-model/pom.xml b/opendaylight/md-sal/sal-test-model/pom.xml index 882cad3c45..c157f68035 100644 --- a/opendaylight/md-sal/sal-test-model/pom.xml +++ b/opendaylight/md-sal/sal-test-model/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../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 d87a707b23..83bdb7a196 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 @@ org.opendaylight.controller.samples clustering-it-config - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT jar 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 5f843f2c7c..b144456b28 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../../parent diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index cd68383b00..8c7fc5d02c 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 @@ org.opendaylight.controller.samples clustering-test-app - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom 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 e4c13c54a9..4a52428ceb 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 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../../parent diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index b7b7d2a349..19add9430f 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller.samples samples-aggregator - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index b5ce5f4c9d..036872d11c 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../parent diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index 896444878d..6a2bf2fba7 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller mdsal-it-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../mdsal-it-parent sample-toaster-it diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 8ed2c5ed71..a8cde5b726 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../parent diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 09460113f4..eb7d79c4bb 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller mdsal-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ../../parent diff --git a/pom.xml b/pom.xml index 2d072e5dc2..155e73086f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller releasepom - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT pom controller -- 2.36.6