summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2020-05-23 13:59:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-23 13:59:20 +0000
commitf90be2cb934423920bf0fc7629fb8e44a0eb2f09 (patch)
tree550b1aee7e3501988fc7b67d4f8cea2e8860e9aa
parent8c02b3071a19be9085913b12b341c00b90bcb19d (diff)
parentd9399de11d5114029b599906c082d8690d2dedbd (diff)
Merge "Increment release version for HAS"2.0.4
-rw-r--r--conductor/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml
index d99f0ca..87c1dd3 100644
--- a/conductor/pom.xml
+++ b/conductor/pom.xml
@@ -22,13 +22,13 @@
<parent>
<groupId>org.onap.optf.has</groupId>
- <version>2.0.3-SNAPSHOT</version>
+ <version>2.0.4-SNAPSHOT</version>
<artifactId>optf-has</artifactId>
</parent>
<groupId>org.onap.optf.has</groupId>
<artifactId>optf-has-conductor</artifactId>
- <version>2.0.3-SNAPSHOT</version>
+ <version>2.0.4-SNAPSHOT</version>
<name>optf-has-conductor</name>
<description>Homing Allocation Service/Conductor</description>
diff --git a/pom.xml b/pom.xml
index 74db51d..9625085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<artifactId>optf-has</artifactId>
<name>optf-has</name>
- <version>2.0.3-SNAPSHOT</version>
+ <version>2.0.4-SNAPSHOT</version>
<description>Homing Allocation Service</description>
<modules>
diff --git a/version.properties b/version.properties
index 20fc5ed..29def1a 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=2
minor=0
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}