From c9dbfaee7d858dd568632d012f431cb4f19672b7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 21:39:24 +0200 Subject: [PATCH] Align odl-jolokia-osgi version with project Our project version (as defined by artifacts) is 1.12.0-SNAPSHOT, make sure jolokia is using the same version. Change-Id: I0ebeb8fa17f8ded15fe8a02b8310825bb2847996 Signed-off-by: Robert Varga --- features/odl-jolokia/pom.xml | 2 +- opendaylight/commons/jolokia/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/odl-jolokia/pom.xml b/features/odl-jolokia/pom.xml index 5414e0bc09..a045b0b48a 100644 --- a/features/odl-jolokia/pom.xml +++ b/features/odl-jolokia/pom.xml @@ -24,7 +24,7 @@ Jolokia JMX/HTTP bridge - 0.12.0-SNAPSHOT + 1.12.0-SNAPSHOT diff --git a/opendaylight/commons/jolokia/pom.xml b/opendaylight/commons/jolokia/pom.xml index 9398791619..bd5b2ef95d 100644 --- a/opendaylight/commons/jolokia/pom.xml +++ b/opendaylight/commons/jolokia/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.controller odl-jolokia-osgi - 0.12.0-SNAPSHOT + 1.12.0-SNAPSHOT jar -- 2.36.6