diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2020-05-23 13:59:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-23 13:59:20 +0000 |
commit | f90be2cb934423920bf0fc7629fb8e44a0eb2f09 (patch) | |
tree | 550b1aee7e3501988fc7b67d4f8cea2e8860e9aa | |
parent | 8c02b3071a19be9085913b12b341c00b90bcb19d (diff) | |
parent | d9399de11d5114029b599906c082d8690d2dedbd (diff) |
Merge "Increment release version for HAS"2.0.4
-rw-r--r-- | conductor/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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> @@ -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} |