Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit 2f4b668

Browse files
committed
Updated server versions for integration tests
1 parent 8e52746 commit 2f4b668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis/tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -euo pipefail
44

5-
GLASSFISH_URL="http://download.oracle.com/glassfish/5.0.1/nightly/latest-web.zip"
6-
WILDFLY_URL="http://download.jboss.org/wildfly/14.0.0.Final/wildfly-14.0.0.Final.tar.gz"
7-
LIBERTY_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.2/wlp-webProfile7-18.0.0.2.zip"
5+
GLASSFISH_URL="https://repo1.maven.org/maven2/org/glassfish/main/distributions/web/5.1.0-RC1/web-5.1.0-RC1.zip"
6+
WILDFLY_URL="http://download.jboss.org/wildfly/14.0.1.Final/wildfly-14.0.1.Final.tar.gz"
7+
LIBERTY_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.3/wlp-webProfile7-18.0.0.3.zip"
88

99
if [ "${1}" == "glassfish-bundled" ]; then
1010

@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
4848
curl -L -s -o wildfly.tgz "${WILDFLY_URL}"
4949
tar -xzf wildfly.tgz
5050
mvn -B -V -DskipTests clean install
51-
LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-14.0.0.Final/bin/standalone.sh > wildfly.log 2>&1 &
51+
LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-14.0.1.Final/bin/standalone.sh > wildfly.log 2>&1 &
5252
sleep 30
5353
pushd tck
5454
mvn -B -V -Dtck-env=wildfly verify

0 commit comments

Comments
 (0)