Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update to EAP 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 21, 2015
1 parent e3ffc75 commit 6ae447e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions functional-test/pom.xml
Expand Up @@ -743,10 +743,10 @@
<echo>-DskipArqTests : to skip Arquillian integration tests (if building zanata-war)</echo>
<echo />
<echo>Unless skipping tests, you must choose an appserver:</echo>
<echo>-Dappserver=jbosseap6 -Dcargo.installation=http://example.com/jbosseap632.zip -Dcargo.basename=jbosseap632</echo>
<echo>-Dappserver=jbosseap6 -Dcargo.installation=http://example.com/jbosseap640.zip -Dcargo.basename=jbosseap640</echo>
<echo>or -Dappserver=wildfly8</echo>
<echo>NB: cargo.basename needs to match the basename of the file given in cargo.installation.</echo>
<echo>For example, if cargo.installation is http://example.com/download/jboss-6.3.2.zip, cargo.basename should be jboss-6.3.2.</echo>
<echo>For example, if cargo.installation is http://example.com/download/jboss-6.4.0.zip, cargo.basename should be jboss-6.4.0.</echo>
<echo />
<echo>-DallFuncTests to enable all functional tests (defaults to smoke tests)</echo>
<echo />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1186,7 +1186,7 @@
<properties>
<cargo.container>jboss72x</cargo.container>
<!-- name of the top-level dir within the appserver zip -->
<appserver.dir.name>jboss-eap-6.3</appserver.dir.name>
<appserver.dir.name>jboss-eap-6.4</appserver.dir.name>
<!-- where the appserver will be installed -->
<appserver.home>${cargo.extract.dir}/${cargo.basename}/${appserver.dir.name}</appserver.home>
</properties>
Expand Down

0 comments on commit 6ae447e

Please sign in to comment.