diff options
author | Dominik Stadler <centic@apache.org> | 2016-06-11 08:45:28 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-06-11 08:45:28 +0000 |
commit | 42f556adefc4080daf2b082d375b4b9b9984c425 (patch) | |
tree | b2490a6afa9f5d074ab344e0da318229b53f5e2b /sonar/scratchpad | |
parent | d568d8b73c19430746e7d6f86731c54bed8c5777 (diff) | |
download | poi-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/scratchpad')
-rw-r--r-- | sonar/scratchpad/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 104a8f3d8e..f476313bd0 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -24,7 +24,7 @@ <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! --> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> + <version>${maven.plugin.resources.version}</version> <executions> <execution> <id>copy-sources</id> @@ -79,7 +79,7 @@ <!-- clean copied sources afterwards --> <plugin> <artifactId>maven-clean-plugin</artifactId> - <version>2.5</version> + <version>${maven.plugin.clean.version}</version> <configuration> <filesets> <fileset> |