aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml-schema-security
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-06-11 08:45:28 +0000
committerDominik Stadler <centic@apache.org>2016-06-11 08:45:28 +0000
commit42f556adefc4080daf2b082d375b4b9b9984c425 (patch)
treeb2490a6afa9f5d074ab344e0da318229b53f5e2b /sonar/ooxml-schema-security
parentd568d8b73c19430746e7d6f86731c54bed8c5777 (diff)
downloadpoi-42f556adefc4080daf2b082d375b4b9b9984c425.tar.gz
poi-42f556adefc4080daf2b082d375b4b9b9984c425.zip
Update to latest versions of Maven plugins for Sonar-build and use properties for some third party libs and some Maven plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema-security')
-rw-r--r--sonar/ooxml-schema-security/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml
index 14a8ac759e..cade8c30fe 100644
--- a/sonar/ooxml-schema-security/pom.xml
+++ b/sonar/ooxml-schema-security/pom.xml
@@ -28,7 +28,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>1.1.0</version>
+ <version>${maven.plugin.download.version}</version>
<executions>
<execution>
<id>install-xsds-part-1</id>
@@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
+ <version>${maven.plugin.antrun.version}</version>
<executions>
<execution>
<id>unzip-schema</id>
@@ -128,7 +128,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
- <version>2.6.0</version>
+ <version>${xmlbeans.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>