From: Jorge Hernandez Date: Sat, 4 Nov 2017 20:17:29 +0000 (-0500) Subject: non onap jars converted to onap version X-Git-Tag: v1.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1ade3ab72b894d39dbd098147ef88709ef73cd56;p=policy%2Fdocker.git non onap jars converted to onap version xacml-att is a 3rd party library that should not ve expanded to the onap version in brms gw Issue-ID: POLICY-406 Change-Id: Ifddcedd482094ba3cff5d21c8e6b327efc408fb9 Signed-off-by: Jorge Hernandez --- diff --git a/config/pe/brmsgw-tweaks.sh b/config/pe/brmsgw-tweaks.sh index d318d4d1..daa3596e 100755 --- a/config/pe/brmsgw-tweaks.sh +++ b/config/pe/brmsgw-tweaks.sh @@ -33,6 +33,6 @@ for DEP in ${DEPS_JSON_RUNTIME} ${DEPS_JSON_INSTALL}; do if [ ! -f "${DEP}" ]; then echo "warning: configuration does not exist: ${DEP}" else - sed -i -e "s/\"version\":.*/\"version\": \"${version}\"/g" "${DEP}" + sed -i -e "s/\"version\":.*-SNAPSHOT\"/\"version\": \"${version}\"/g" "${DEP}" fi done