From 5442687e1d7f80143fbed1fba1c1d1e064a006f7 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Thu, 8 Oct 2020 18:22:49 +0530 Subject: Bump HAS to 2.1.2 Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 Change-Id: I23f12df7a27f31c15a27045199d28417186c8493 --- conductor/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conductor/pom.xml b/conductor/pom.xml index 975a75c..5b71528 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ org.onap.optf.has - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT optf-has diff --git a/pom.xml b/pom.xml index fb7e269..07c197d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Homing Allocation Service diff --git a/version.properties b/version.properties index 45237bc..62c5f4c 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg