Bump up the version for release use
Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I2949c46c41fa55ef9ae88bb6e112ef47d6e6cbd1
<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>
<artifactId>optf-has</artifactId>
<name>optf-has</name>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<description>Homing Allocation Service</description>
<modules>
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.2"
+VERSION="1.3.3"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}