Use TomEE 7.0.2 for deployment tests

Following the release of TomEE 7.0.2, 7.0.1 is no longer available
from https://www.apache.org/dist. This commit upgrades to 7.0.2 and
also switches to using https://archive.apache.org/dist where binaries
appear to be be permanently availble.
This commit is contained in:
Andy Wilkinson 2016-11-15 14:50:21 +00:00
parent 86c55dda16
commit 4431f9bd12
1 changed files with 2 additions and 5 deletions

View File

@ -17,13 +17,10 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<tomee.version>7.0.1</tomee.version>
<tomee.version>7.0.2</tomee.version>
<cargo.container.id>tomee1x</cargo.container.id>
<cargo.container.url>
https://www.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
<!-- Alternative location
http://archive.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
-->
https://archive.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
</cargo.container.url>
</properties>
<dependencies>