From 3a46849076d34a2543a1445d885ea2634f961646 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 21:45:10 +0200 Subject: [PATCH] Align benchmark versions to 1.12.0-SNAPSHOT These versions are trailing by two release, make sure they are aligned. Change-Id: I7e92f3bd701e6ab87d57a8508e0030e912589276 Signed-off-by: Robert Varga --- artifacts/pom.xml | 10 +++++----- benchmark/api/pom.xml | 2 +- benchmark/dsbenchmark/pom.xml | 2 +- benchmark/ntfbenchmark/pom.xml | 2 +- benchmark/pom.xml | 2 +- benchmark/rpcbenchmark/pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2dbe3ceeac..c6ff648200 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -385,27 +385,27 @@ ${project.groupId} benchmark-api - 1.10.0-SNAPSHOT + ${project.version} ${project.groupId} dsbenchmark - 1.10.0-SNAPSHOT + ${project.version} ${project.groupId} ntfbenchmark - 1.10.0-SNAPSHOT + ${project.version} ${project.groupId} rpcbenchmark - 1.10.0-SNAPSHOT + ${project.version} org.opendaylight.controller odl-controller-test-benchmark - 1.10.0-SNAPSHOT + ${project.version} xml features diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index c3935df0c7..42e54ea266 100644 --- a/benchmark/api/pom.xml +++ b/benchmark/api/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 org.opendaylight.controller benchmark-api - 1.10.0-SNAPSHOT + 1.12.0-SNAPSHOT bundle diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 5169d04d26..11e561ad24 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 org.opendaylight.controller dsbenchmark - 1.10.0-SNAPSHOT + 1.12.0-SNAPSHOT bundle diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index 027f5c2099..fab7446505 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 org.opendaylight.controller ntfbenchmark - 1.10.0-SNAPSHOT + 1.12.0-SNAPSHOT bundle diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 860767b5ff..9d806c888c 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 - 1.10.0-SNAPSHOT + 1.12.0-SNAPSHOT pom diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 0ce5045288..4046f74949 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 org.opendaylight.controller rpcbenchmark - 1.10.0-SNAPSHOT + 1.12.0-SNAPSHOT bundle -- 2.36.6