diff options
author | vrvarma <vikas.varma@att.com> | 2020-05-22 18:37:48 -0400 |
---|---|---|
committer | vrvarma <vikas.varma@att.com> | 2020-05-22 18:37:56 -0400 |
commit | d9399de11d5114029b599906c082d8690d2dedbd (patch) | |
tree | 84357a39bc5a5e40766c950bbaeda88c734eb091 /conductor | |
parent | 9a95ce626c517bb55ac7d7c8710b5a38e2ae295b (diff) |
Increment release version for HAS
Change-Id: I17e4905fc91f3442ed22f8d8825733e00f861f5c
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |