summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2020-03-16 12:39:34 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-16 12:39:34 +0000
commitc34dc0fad35bff8ffbaed7d7c5a67cad597bea65 (patch)
treea5d546275510678485c0e0fd687470c99e0224ef
parent9ec53106de839d09654e0a44fb7b1d5500cedd7a (diff)
parentb2a8b57ed6aee54fca15a5d3a4f3093e62ce9817 (diff)
Merge "Increment HAS release version"
-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}