Browse Source

Update some maven plugins to the latest version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717113 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_14_BETA1
Dominik Stadler 8 years ago
parent
commit
760c3e1955

+ 1
- 1
sonar/ooxml-schema-encryption/pom.xml View File

@@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 1
- 1
sonar/ooxml-schema-security/pom.xml View File

@@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 1
- 1
sonar/ooxml-schema/pom.xml View File

@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 3
- 3
sonar/pom.xml View File

@@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.3</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -81,12 +81,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>2.19</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.16</version>
<version>2.19</version>
</dependency>
</dependencies>
<configuration>

Loading…
Cancel
Save