]> source.dussan.org Git - poi.git/commitdiff
update download-plugin version to 1.5.0
authorAndreas Beeker <kiwiwings@apache.org>
Fri, 21 Feb 2020 21:32:46 +0000 (21:32 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Fri, 21 Feb 2020 21:32:46 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874339 13f79535-47bb-0310-9956-ffa450edef68

sonar/ooxml-schema-security/pom.xml
sonar/ooxml-schema/pom.xml
sonar/pom.xml

index b0eb9352fd6210312511ccd82fca78a0b8f5079c..4224b78a4571c550f03c92af80fc2cd50781649a 100644 (file)
@@ -27,7 +27,7 @@
                        <!-- use maven plugin instead of ant tasks get because of caching feature ... -->
                        <plugin>
                                <groupId>com.googlecode.maven-download-plugin</groupId>
-                               <artifactId>maven-download-plugin</artifactId>
+                               <artifactId>download-maven-plugin</artifactId>
                                <version>${maven.plugin.download.version}</version>
                                <executions>
                                        <execution>
index 6ec4d3d3df7910b4aedce4f140a6bac5f709afaa..d863dd9f82fae799da0f1199582675db6fe7e06d 100644 (file)
@@ -26,7 +26,7 @@
                        <!-- Download and unpack the OfficeOpenXML Schema and use xmlbeans to create classes from the XSDs -->
                        <plugin>
                                <groupId>com.googlecode.maven-download-plugin</groupId>
-                               <artifactId>maven-download-plugin</artifactId>
+                               <artifactId>download-maven-plugin</artifactId>
                                <version>${maven.plugin.download.version}</version>
                                <executions>
                                        <execution>
@@ -43,7 +43,7 @@
                                        </execution>
                                </executions>
                        </plugin>
-                       
+
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
index a14b8b776bc582f52b7d39c70fe280f1697fe0d8..98865ab3962efcb64b14a29530366a26eeec2b54 100644 (file)
@@ -88,7 +88,7 @@
         <maven.plugin.resources.version>3.1.0</maven.plugin.resources.version>
         <maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
         <maven.plugin.clean.version>3.1.0</maven.plugin.clean.version>
-        <maven.plugin.download.version>1.1.0</maven.plugin.download.version>
+        <maven.plugin.download.version>1.5.0</maven.plugin.download.version>
         <maven.plugin.antrun.version>1.8</maven.plugin.antrun.version>
         <maven.plugin.surefire.version>3.0.0-M4</maven.plugin.surefire.version>
     </properties>