From 97f53b854fb49074b2e4120b26c5a5677c5a6c66 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 27 Apr 2022 16:01:39 +0200 Subject: [PATCH] Fixup version mis-bump We have missed the config artifacts, bump them to 0.17.0-SNAPSHOT. Change-Id: I5ac96840f6d567b02679b287c48c44c5550ad3ea Signed-off-by: Robert Varga --- artifacts/pom.xml | 10 +++++----- .../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 | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index ea610b2a15..6b31f9790e 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -395,27 +395,27 @@ ${project.groupId} netty-event-executor-config - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT ${project.groupId} netty-threadgroup-config - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT ${project.groupId} netty-timer-config - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT ${project.groupId} threadpool-config-api - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT ${project.groupId} threadpool-config-impl - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT ${project.groupId} diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index 1af0d727b9..124b5ba80f 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.16.4-SNAPSHOT + 0.17.0-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 bb5889ecc2..55d294b258 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.16.4-SNAPSHOT + 0.17.0-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 7d38f13e00..6a8300458d 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.16.4-SNAPSHOT + 0.17.0-SNAPSHOT bundle ${project.artifactId} Configuration Wrapper around netty's timer diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 9a018e794a..d0854d2cad 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller config-aggregator - 0.16.4-SNAPSHOT + 0.17.0-SNAPSHOT pom diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 2726a6a2ba..3b6b416063 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.16.4-SNAPSHOT + 0.17.0-SNAPSHOT bundle ${project.artifactId} diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index 392db674d3..c9595a5ba0 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.16.4-SNAPSHOT + 0.17.0-SNAPSHOT bundle ${project.artifactId} -- 2.36.6