Bump HAS to 2.1.5 47/119347/1 2.1.5
authorhariharan97 <rh20085046@wipro.com>
Tue, 16 Mar 2021 05:32:59 +0000 (11:02 +0530)
committerhariharan97 <rh20085046@wipro.com>
Tue, 16 Mar 2021 05:32:59 +0000 (11:02 +0530)
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Ibe9ffec13422313d18036eca3f06c6e48df72093

conductor/pom.xml
pom.xml
version.properties

index e51abd4..e315276 100644 (file)
@@ -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>
 
diff --git a/pom.xml b/pom.xml
index 76ee19f..1756209 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index a5e25bd..f1aa4f5 100644 (file)
@@ -19,7 +19,7 @@
 
 major=2
 minor=1
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}