diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-03-16 11:02:59 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-03-16 11:02:59 +0530 |
commit | e95c384979365505dbc33e7bb8581b59e8d950c0 (patch) | |
tree | 4dbad78d6b5919a518277b0e4685179f323dc990 | |
parent | 93972c4561950830029d2bfe9b006833641067cf (diff) |
Bump HAS to 2.1.52.1.5
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Ibe9ffec13422313d18036eca3f06c6e48df72093
-rw-r--r-- | conductor/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.1.4-SNAPSHOT</version> + <version>2.1.5-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>2.1.4-SNAPSHOT</version> + <version>2.1.5-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> 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} |