Browse Source

update download-plugin version to 1.5.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874339 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
Andreas Beeker 4 years ago
parent
commit
f8f7fa1b24
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      sonar/ooxml-schema-security/pom.xml
  2. 2
    2
      sonar/ooxml-schema/pom.xml
  3. 1
    1
      sonar/pom.xml

+ 1
- 1
sonar/ooxml-schema-security/pom.xml View 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>

+ 2
- 2
sonar/ooxml-schema/pom.xml View 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>

+ 1
- 1
sonar/pom.xml View 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>

Loading…
Cancel
Save