X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packages%2Fdocker%2Fsrc%2Fmain%2Fdocker%2Fdocker-install.sh;h=54841e3db4556165fd2f3ec14a98d042e69ab9f3;hb=c05a7e34c84c4d1271aedd3f86df8726bf99eee1;hp=3700e57310debbac1136f0fe46b50526221205bc;hpb=d4832f75d3410139d62f29e1b2c91dd8d3636c99;p=policy%2Fengine.git diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh index 3700e5731..54841e3db 100644 --- a/packages/docker/src/main/docker/docker-install.sh +++ b/packages/docker/src/main/docker/docker-install.sh @@ -3,7 +3,7 @@ #============LICENSE_START================================================== # ONAP Policy Engine #=========================================================================== -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. #=========================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -555,9 +555,9 @@ function install_brmsgw() { install_prereqs "${BASE_CONF}" - if [[ -n ${BUILD_VERSION} ]]; then - echo "Replacing ${BUILD_VERSION} in ${COMPONENT_TYPE}.conf" - sed -i -e "s/^BRMS_DEPENDENCY_VERSION=.*$/BRMS_DEPENDENCY_VERSION=${BUILD_VERSION}/g" "${COMPONENT_TYPE}.conf" + if [[ -n ${BUILD_VERSION_ENGINE} ]]; then + echo "Replacing ${BUILD_VERSION_ENGINE} in ${COMPONENT_TYPE}.conf" + sed -i -e "s/^BRMS_DEPENDENCY_VERSION=.*$/BRMS_DEPENDENCY_VERSION=${BUILD_VERSION_ENGINE}/g" "${COMPONENT_TYPE}.conf" fi if ! process_configuration "${COMPONENT_TYPE}.conf"; then @@ -628,7 +628,7 @@ DEBUG=n BASE_CONF=base.conf -TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.53 +TOMCAT_PACKAGE_NAME=apache-tomcat-9.0.36 INSTALL_DIR="$(pwd)"