From 6295e2b8bf3922b4a5a961fc52dfab19713f89f6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Jul 2020 13:22:12 +0200 Subject: [PATCH] Use released version of infrautils infrautils-1.8.0 has been released, use released version instead of snapshots. Change-Id: Ie33387d191e6d65e3e1c6fd6de8f45ff8c6835de Signed-off-by: Robert Varga --- commons/binding-parent/pom.xml | 3 +-- commons/quality-parent/pom.xml | 9 +-------- features/odl-genius-api/pom.xml | 2 +- features/odl-genius-fcaps-application/pom.xml | 14 ++++++++++++-- features/odl-genius-fcaps-framework/pom.xml | 2 +- features/odl-genius/pom.xml | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index dfd635935..5294d4c88 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -26,7 +26,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.11.0-SNAPSHOT 1.11.0-SNAPSHOT - 1.8.0-SNAPSHOT @@ -41,7 +40,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils infrautils-artifacts - ${genius.infrautils.version} + 1.8.0 pom import diff --git a/commons/quality-parent/pom.xml b/commons/quality-parent/pom.xml index bd3c9cc80..3ec021db2 100644 --- a/commons/quality-parent/pom.xml +++ b/commons/quality-parent/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils parent - 1.8.0-SNAPSHOT + 1.8.0 @@ -19,13 +19,6 @@ - - org.opendaylight.infrautils - infrautils-artifacts - 1.8.0-SNAPSHOT - pom - import - org.opendaylight.yangtools yangtools-artifacts diff --git a/features/odl-genius-api/pom.xml b/features/odl-genius-api/pom.xml index f33ea2a49..4da0a3b3c 100644 --- a/features/odl-genius-api/pom.xml +++ b/features/odl-genius-api/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.infrautils infrautils-artifacts - 1.8.0-SNAPSHOT + 1.8.0 import pom diff --git a/features/odl-genius-fcaps-application/pom.xml b/features/odl-genius-fcaps-application/pom.xml index 95eb9ee34..59cc50614 100644 --- a/features/odl-genius-fcaps-application/pom.xml +++ b/features/odl-genius-fcaps-application/pom.xml @@ -22,6 +22,18 @@ feature OpenDaylight :: genius :: fcapsapp + + + + org.opendaylight.infrautils + infrautils-artifacts + 1.8.0 + import + pom + + + + @@ -48,7 +60,6 @@ org.opendaylight.infrautils odl-infrautils-inject - 1.8.0-SNAPSHOT xml features @@ -62,7 +73,6 @@ org.opendaylight.infrautils odl-infrautils-metrics - 1.8.0-SNAPSHOT xml features diff --git a/features/odl-genius-fcaps-framework/pom.xml b/features/odl-genius-fcaps-framework/pom.xml index d2f11ff61..25ee009b6 100644 --- a/features/odl-genius-fcaps-framework/pom.xml +++ b/features/odl-genius-fcaps-framework/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.infrautils infrautils-artifacts - 1.8.0-SNAPSHOT + 1.8.0 pom import diff --git a/features/odl-genius/pom.xml b/features/odl-genius/pom.xml index 54c3fb510..074f18b3c 100644 --- a/features/odl-genius/pom.xml +++ b/features/odl-genius/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.infrautils infrautils-artifacts - 1.8.0-SNAPSHOT + 1.8.0 pom import -- 2.36.6