diff options
author | Dominik Stadler <centic@apache.org> | 2015-11-29 19:53:44 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-11-29 19:53:44 +0000 |
commit | 760c3e19558ed73c6538b56417720104541670fa (patch) | |
tree | 8a054036ca4211b5c4378182f9327136e30e8499 /sonar/ooxml-schema | |
parent | 85717b7c3cb372e7887cbc8e1df6a2381e76df60 (diff) | |
download | poi-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/ooxml-schema')
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |