Skip to content

Commit dfaae7e

Browse files
committed
Updated vars in infinispan client script
1 parent 89d220c commit dfaae7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ga/latest/kernel/helpers/build/infinispan-client-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -Eeo pipefail
1818

1919
INFINISPAN_CLIENT_VERSION=${INFINISPAN_CLIENT_VERSION:-10.1.3.Final}
20-
USE_LATEST_COMPATIBLE=${USE_LATEST_COMPATIBLE:-false}
20+
INFINISPAN_USE_LATEST_COMPATIBLE=${INFINISPAN_USE_LATEST_COMPATIBLE:-false}
2121

2222
pkgcmd=yum
2323
if ! command $pkgcmd
@@ -47,7 +47,7 @@ cat << EOF > /opt/ibm/wlp/usr/shared/resources/infinispan/pom.xml
4747
</project>
4848
EOF
4949

50-
if [ "${USE_LATEST_COMPATIBLE}" = "true" ]; then
50+
if [ "${INFINISPAN_USE_LATEST_COMPATIBLE}" = "true" ]; then
5151
echo "Finding latest compatible Infinispan client version..."
5252
mvn -f /opt/ibm/wlp/usr/shared/resources/infinispan/pom.xml versions:use-latest-releases -DallowMajorUpdates=false
5353
fi

0 commit comments

Comments
 (0)