Downgrade version of download-plugin as the newer one is not found by Maven

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2016-06-11 17:03:53 +00:00
parent 81defe041c
commit b758810081

View File

@ -68,7 +68,7 @@
<maven.plugin.resources.version>3.0.1</maven.plugin.resources.version> <maven.plugin.resources.version>3.0.1</maven.plugin.resources.version>
<maven.plugin.jar.version>3.0.1</maven.plugin.jar.version> <maven.plugin.jar.version>3.0.1</maven.plugin.jar.version>
<maven.plugin.clean.version>3.0.0</maven.plugin.clean.version> <maven.plugin.clean.version>3.0.0</maven.plugin.clean.version>
<maven.plugin.download.version>1.3.0</maven.plugin.download.version> <maven.plugin.download.version>1.1.0</maven.plugin.download.version>
<maven.plugin.antrun.version>1.8</maven.plugin.antrun.version> <maven.plugin.antrun.version>1.8</maven.plugin.antrun.version>
<maven.plugin.surefire.version>2.19.1</maven.plugin.surefire.version> <maven.plugin.surefire.version>2.19.1</maven.plugin.surefire.version>
</properties> </properties>