summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrvarma <vikas.varma@att.com>2020-03-11 12:38:24 -0400
committervrvarma <vikas.varma@att.com>2020-03-11 13:00:02 -0400
commitb2a8b57ed6aee54fca15a5d3a4f3093e62ce9817 (patch)
treed43095611c6be6c431b8735da6f60887aa9a8b56
parent7422ddaf96e94a11c010616d8f81b3fa953ca553 (diff)
Increment HAS release version
Change-Id: Iba05adab9d20ba0cb44d73f9a8c96278df957b6e Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-716
-rw-r--r--conductor/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties6
3 files changed, 6 insertions, 6 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml
index 071b66a..e914da3 100644
--- a/conductor/pom.xml
+++ b/conductor/pom.xml
@@ -21,13 +21,13 @@
<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
--- 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>
diff --git a/version.properties b/version.properties
index 4522d8c..215bd08 100644
--- a/version.properties
+++ b/version.properties
@@ -17,9 +17,9 @@
# -------------------------------------------------------------------------
#
-major=1
-minor=3
-patch=3
+major=2
+minor=0
+patch=0
base_version=${major}.${minor}.${patch}