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

Commit c62034c

Browse files
authored
Updated Wildfly and Liberty for TCK runner (#185)
1 parent e77b57e commit c62034c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis/tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -euo pipefail
44

55
GLASSFISH_URL="http://download.oracle.com/glassfish/5.0.1/nightly/latest-web.zip"
6-
WILDFLY_URL="http://download.jboss.org/wildfly/11.0.0.CR1/wildfly-11.0.0.CR1.tar.gz"
7-
LIBERTY_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.1/wlp-webProfile7-18.0.0.1.zip"
6+
WILDFLY_URL="http://download.jboss.org/wildfly/13.0.0.Final/wildfly-13.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"
88

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

@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
4848
curl -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-11.0.0.CR1/bin/standalone.sh -Dee8.preview.mode=true > wildfly.log 2>&1 &
51+
LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-13.0.0.Final/bin/standalone.sh -Dee8.preview.mode=true > wildfly.log 2>&1 &
5252
sleep 30
5353
pushd tck
5454
mvn -B -V -Dtck-env=wildfly verify

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.wildfly.arquillian</groupId>
179179
<artifactId>wildfly-arquillian-container-remote</artifactId>
180-
<version>2.1.0.Final</version>
180+
<version>2.1.1.Final</version>
181181
<scope>test</scope>
182182
</dependency>
183183
</dependencies>

0 commit comments

Comments
 (0)