Update Maven RAT plugin from 0.11 to 0.12. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/86095e9f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/86095e9f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/86095e9f
Branch: refs/heads/LOG4J2-1395 Commit: 86095e9f2dcaa153d3d119b4fc9678d2d78a68bc Parents: e6826d2 Author: ggregory <[email protected]> Authored: Mon Jun 13 15:27:55 2016 -0700 Committer: ggregory <[email protected]> Committed: Mon Jun 13 15:27:55 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/86095e9f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3de6dc2..8cd67a0 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <surefire.plugin.version>2.19.1</surefire.plugin.version> <failsafe.plugin.version>2.19.1</failsafe.plugin.version> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> - <rat.plugin.version>0.11</rat.plugin.version> + <rat.plugin.version>0.12</rat.plugin.version> <pdf.plugin.version>1.2</pdf.plugin.version> <cobertura.plugin.version>2.7</cobertura.plugin.version> <release.plugin.version>2.5.3</release.plugin.version>
