From: Huabing Zhao Date: Thu, 9 May 2019 02:15:53 +0000 (+0000) Subject: Merge "bump version to 1.2.5" X-Git-Tag: 1.2.6~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7ee2dcca7bf6ed1aa30a7dfb9ab04f540730644d;hp=-c;p=msb%2Fapigateway.git Merge "bump version to 1.2.5" --- 7ee2dcca7bf6ed1aa30a7dfb9ab04f540730644d diff --combined apiroute/pom.xml index 908cd8c,f9ec0bd..7262554 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@@ -11,14 -11,14 +11,14 @@@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT apiroute-service @@@ -50,7 -50,7 +50,7 @@@ 1.3.5 26.0-jre 2.25.1 - 2.9.4 + 2.9.8 9.4.14.v20181114 3.0.0.v201112011016 4.0.2 diff --combined build4docker.sh index f0c3f49,93b7f86..4329646 --- a/build4docker.sh +++ b/build4docker.sh @@@ -36,7 -36,7 +36,7 @@@ mkdir $RELEASE_DIR - DOCKER_RUN_NAME=msb_apigateway DOCKER_IMAGE_NAME=msb_apigateway DOCKER_LATEST_VERSION=latest - DOCKER_RELEASE_VERSION=1.2.4 + DOCKER_RELEASE_VERSION=1.2.5 DOCKER_REPOSITORY=nexus3.onap.org:10003 TIMESTAMP=$(date +"%Y%m%dT%H%M%SZ") @@@ -48,9 -48,9 +48,9 @@@ chmod 777 build_docker_image.s docker rm -f ${DOCKER_RUN_NAME} -docker rmi ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_LATEST_VERSION} -docker rmi ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_RELEASE_VERSION}-STAGING-latest -docker rmi ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_RELEASE_VERSION}-SNAPSHOT-latest +docker rmi --force ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_LATEST_VERSION} +docker rmi --force ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_RELEASE_VERSION}-STAGING-latest +docker rmi --force ${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME}:${DOCKER_RELEASE_VERSION}-SNAPSHOT-latest ./build_docker_image.sh -n=${DOCKER_REPOSITORY}/onap/msb/${DOCKER_IMAGE_NAME} -v=${DOCKER_LATEST_VERSION} -d=./docker