aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-11-29 19:53:44 +0000
committerDominik Stadler <centic@apache.org>2015-11-29 19:53:44 +0000
commit760c3e19558ed73c6538b56417720104541670fa (patch)
tree8a054036ca4211b5c4378182f9327136e30e8499 /sonar
parent85717b7c3cb372e7887cbc8e1df6a2381e76df60 (diff)
downloadpoi-760c3e19558ed73c6538b56417720104541670fa.tar.gz
poi-760c3e19558ed73c6538b56417720104541670fa.zip
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
Diffstat (limited to 'sonar')
-rw-r--r--sonar/ooxml-schema-encryption/pom.xml2
-rw-r--r--sonar/ooxml-schema-security/pom.xml2
-rw-r--r--sonar/ooxml-schema/pom.xml2
-rw-r--r--sonar/pom.xml6
4 files changed, 6 insertions, 6 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml
index dec7da0a41..835f644b08 100644
--- a/sonar/ooxml-schema-encryption/pom.xml
+++ b/sonar/ooxml-schema-encryption/pom.xml
@@ -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>
diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml
index 4a9d0993bb..0b2dfbacbb 100644
--- a/sonar/ooxml-schema-security/pom.xml
+++ b/sonar/ooxml-schema-security/pom.xml
@@ -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>
diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml
index 3d234e02cc..bcdd049f0c 100644
--- a/sonar/ooxml-schema/pom.xml
+++ b/sonar/ooxml-schema/pom.xml
@@ -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>
diff --git a/sonar/pom.xml b/sonar/pom.xml
index fe10ac3b01..1e8b96b2a0 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -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>