From 9f8c29321879bcd1550d26b2c6f1d39d794fc8a5 Mon Sep 17 00:00:00 2001 From: hariharan97 Date: Tue, 23 Feb 2021 12:09:03 +0530 Subject: Bump HAS to 2.1.3 Issue-ID: OPTFRA-913 Signed-off-by: hariharan97 Change-Id: I6f5f92a0015d9981474140e4a970201c12759791 --- 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 5b71528..ba595ae 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ org.onap.optf.has - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT optf-has diff --git a/pom.xml b/pom.xml index 07c197d..f5f4919 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT Homing Allocation Service diff --git a/version.properties b/version.properties index 62c5f4c..83e9806 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg