diff options
author | 2020-09-21 11:01:37 +0530 | |
---|---|---|
committer | 2020-09-21 12:48:32 +0530 | |
commit | 2ba0d2dbd9f15ba550591bf0cd14b319488c3e8e (patch) | |
tree | 68a5f15cd3304c6d84e7b5acfb75c39c082cc56d /conductor | |
parent | 449894a2308fe6d6c2c85ad81ca6654dcc6572c9 (diff) |
Increment has release version to 2.1.02.1.0
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib9b9c027712230a6ee58878afbe669d72855b1a2
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index 87c1dd3..f992038 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,13 +22,12 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.0.4-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>2.0.4-SNAPSHOT</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> |