diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-04 15:17:29 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-11-04 15:19:45 -0500 |
commit | 1ade3ab72b894d39dbd098147ef88709ef73cd56 (patch) | |
tree | 6d585146b575c4534855e44cacfab6d06b280eb2 /config | |
parent | 079c02953f33c8897809e819d796990fbd9b14ef (diff) |
non onap jars converted to onap versionv1.1.01.0.0-ONAP1.0.0-Amsterdam
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 <jh1730@att.com>
Diffstat (limited to 'config')
-rwxr-xr-x | config/pe/brmsgw-tweaks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |