This repository was archived by the owner on Dec 15, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
set -euo pipefail
4
4
5
5
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"
8
8
9
9
if [ " ${1} " == " glassfish-bundled" ]; then
10
10
@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
48
48
curl -s -o wildfly.tgz " ${WILDFLY_URL} "
49
49
tar -xzf wildfly.tgz
50
50
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 &
52
52
sleep 30
53
53
pushd tck
54
54
mvn -B -V -Dtck-env=wildfly verify
Original file line number Diff line number Diff line change 177
177
<dependency >
178
178
<groupId >org.wildfly.arquillian</groupId >
179
179
<artifactId >wildfly-arquillian-container-remote</artifactId >
180
- <version >2.1.0 .Final</version >
180
+ <version >2.1.1 .Final</version >
181
181
<scope >test</scope >
182
182
</dependency >
183
183
</dependencies >
You can’t perform that action at this time.
0 commit comments