From e95c384979365505dbc33e7bb8581b59e8d950c0 Mon Sep 17 00:00:00 2001 From: hariharan97 Date: Tue, 16 Mar 2021 11:02:59 +0530 Subject: Bump HAS to 2.1.5 Issue-ID: OPTFRA-913 Signed-off-by: hariharan97 Change-Id: Ibe9ffec13422313d18036eca3f06c6e48df72093 --- 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 e51abd4..e315276 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ org.onap.optf.has - 2.1.4-SNAPSHOT + 2.1.5-SNAPSHOT optf-has diff --git a/pom.xml b/pom.xml index 76ee19f..1756209 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 2.1.4-SNAPSHOT + 2.1.5-SNAPSHOT Homing Allocation Service diff --git a/version.properties b/version.properties index a5e25bd..f1aa4f5 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=1 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg