non onap jars converted to onap version 13/22113/1 1.0.0-Amsterdam 1.0.0-ONAP v1.1.0
authorJorge Hernandez <jh1730@att.com>
Sat, 4 Nov 2017 20:17:29 +0000 (15:17 -0500)
committerJorge Hernandez <jh1730@att.com>
Sat, 4 Nov 2017 20:19:45 +0000 (15:19 -0500)
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>
config/pe/brmsgw-tweaks.sh

index d318d4d..daa3596 100755 (executable)
@@ -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