Nik Everett 267a7b427b Fix the package upgrade tests for 5.0.0 (#21178)
5.0+'s deb and rpm packages aren't pushed to maven cnertral so
instead we have to download them from artifacts.elastic.org.
2016-10-28 14:00:43 -04:00

7 lines
275 B
XML

<ivy-module version="2.0">
<!-- Cheating ivy repository so we can resolve deb and rpm artifacts from
https://artifacts.elastic.co/downloads/ which isn't a maven or ivy
repository. -->
<info organisation="org.elasticsearch" module="elasticsearch"/>
</ivy-module>