Author: kiwiwings
Date: Fri Feb 21 21:32:46 2020
New Revision: 1874339
URL: http://svn.apache.org/viewvc?rev=1874339&view=rev
Log:
update download-plugin version to 1.5.0
Modified:
poi/trunk/sonar/ooxml-schema-security/pom.xml
poi/trunk/sonar/ooxml-schema/pom.xml
poi/trunk/sonar/pom.xml
Modified: poi/trunk/sonar/ooxml-schema-security/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-security/pom.xml?rev=1874339&r1=1874338&r2=1874339&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema-security/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema-security/pom.xml Fri Feb 21 21:32:46 2020
@@ -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>
Modified: poi/trunk/sonar/ooxml-schema/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema/pom.xml?rev=1874339&r1=1874338&r2=1874339&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema/pom.xml Fri Feb 21 21:32:46 2020
@@ -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>
Modified: poi/trunk/sonar/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1874339&r1=1874338&r2=1874339&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Fri Feb 21 21:32:46 2020
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]