Bump HAS to 2.1.3 15/118215/1 2.1.3
authorhariharan97 <rh20085046@wipro.com>
Tue, 23 Feb 2021 06:39:03 +0000 (12:09 +0530)
committerhariharan97 <rh20085046@wipro.com>
Tue, 23 Feb 2021 06:39:03 +0000 (12:09 +0530)
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I6f5f92a0015d9981474140e4a970201c12759791

conductor/pom.xml
pom.xml
version.properties

index 5b71528..ba595ae 100644 (file)
@@ -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>
 
diff --git a/pom.xml b/pom.xml
index 07c197d..f5f4919 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index 62c5f4c..83e9806 100644 (file)
@@ -19,7 +19,7 @@
 
 major=2
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}