Commit 4431f9bd authored by Andy Wilkinson's avatar Andy Wilkinson

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.
parent 86c55dda
...@@ -17,13 +17,10 @@ ...@@ -17,13 +17,10 @@
</organization> </organization>
<properties> <properties>
<main.basedir>${basedir}/../..</main.basedir> <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.id>tomee1x</cargo.container.id>
<cargo.container.url> <cargo.container.url>
https://www.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
<!-- Alternative location
http://archive.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
-->
</cargo.container.url> </cargo.container.url>
</properties> </properties>
<dependencies> <dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment