Increment HAS release version 36/103536/2
authorvrvarma <vikas.varma@att.com>
Wed, 11 Mar 2020 16:38:24 +0000 (12:38 -0400)
committervrvarma <vikas.varma@att.com>
Wed, 11 Mar 2020 17:00:02 +0000 (13:00 -0400)
Change-Id: Iba05adab9d20ba0cb44d73f9a8c96278df957b6e
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-716

conductor/pom.xml
pom.xml
version.properties

index 071b66a..e914da3 100644 (file)
 
     <parent>
         <groupId>org.onap.optf.has</groupId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <artifactId>optf-has</artifactId>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has-conductor</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>optf-has-conductor</name>
     <description>Homing Allocation Service/Conductor</description>
diff --git a/pom.xml b/pom.xml
index 693faa0..bf7bbf7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
index 4522d8c..215bd08 100644 (file)
@@ -17,9 +17,9 @@
 # -------------------------------------------------------------------------
 #
 
-major=1
-minor=3
-patch=3
+major=2
+minor=0
+patch=0
 
 base_version=${major}.${minor}.${patch}