diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-02-23 12:09:03 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-23 12:09:03 +0530 |
commit | 9f8c29321879bcd1550d26b2c6f1d39d794fc8a5 (patch) | |
tree | 571317a776bd412e0ebd9a1d5c0d728a351046d1 | |
parent | e0a8c1279fcdb0ebe94687edc466a4fb09b57a2c (diff) |
Bump HAS to 2.1.32.1.3
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I6f5f92a0015d9981474140e4a970201c12759791
-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 5b71528..ba595ae 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.3-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.3-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> 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} |