diff options
author | Dominik Stadler <centic@apache.org> | 2016-06-11 17:03:53 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-06-11 17:03:53 +0000 |
commit | 781a4283b59435c030de030849a89ed3363cf106 (patch) | |
tree | b3a6830b2bf465c0085093543bbe74d279bfdf95 /sonar | |
parent | 48b7a76300caf48837194420ea5c550d7a5a9414 (diff) | |
download | poi-781a4283b59435c030de030849a89ed3363cf106.tar.gz poi-781a4283b59435c030de030849a89ed3363cf106.zip |
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
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 0eeae42abd..ede94e25bc 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -68,7 +68,7 @@ <maven.plugin.resources.version>3.0.1</maven.plugin.resources.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.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.surefire.version>2.19.1</maven.plugin.surefire.version> </properties> |