diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-09-16 05:21:16 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-09-16 05:22:20 +0800 |
commit | c630070a3e37615c23456e080322fb25d9bace3d (patch) | |
tree | fd5c3bbbece56a12d0c5f00e9b72b77b1c0c5b75 /conductor | |
parent | 4337dfb81c893522af34e9869f65f5a73b72d7b5 (diff) |
Increment HAS to version 1.3.31.3.3
Bump up the version for release use
Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I2949c46c41fa55ef9ae88bb6e112ef47d6e6cbd1
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 5a53ce0..071b66a 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> |