From 6fc877d0573016b8430f2dadc68f8ff38d1aec62 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 21:33:55 +0200 Subject: [PATCH] Promote blueprint version to 2.0.0 We want to coordinate all versions, and given the mix of versions we are currently defining, 2.0.0 is the best candidate. Change-Id: Ic6c0fb894816a65cd138ae36b96cb0c82cbb35e8 Signed-off-by: Robert Varga --- features/odl-controller-blueprint/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/odl-controller-blueprint/pom.xml b/features/odl-controller-blueprint/pom.xml index 331a24bb7a..f0aff4fcb9 100644 --- a/features/odl-controller-blueprint/pom.xml +++ b/features/odl-controller-blueprint/pom.xml @@ -26,7 +26,7 @@ - 0.13.0-SNAPSHOT + 2.0.0-SNAPSHOT diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index f07a73a907..ec0ddbde0d 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -20,7 +20,7 @@ blueprint bundle ${project.artifactId} - 0.13.0-SNAPSHOT + 2.0.0-SNAPSHOT -- 2.36.6