diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-08 18:22:49 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-08 18:23:32 +0530 |
commit | 5442687e1d7f80143fbed1fba1c1d1e064a006f7 (patch) | |
tree | 98500444c9e6f8e71f5150592489a02b4579beb4 | |
parent | 34f9514e8e825675405fdabe09e94da98821d9e5 (diff) |
Bump HAS to 2.1.22.1.2
Issue-ID: OPTFRA-857
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I23f12df7a27f31c15a27045199d28417186c8493
-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 975a75c..5b71528 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> 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} |