Repository: logging-log4j2 Updated Branches: refs/heads/master 439b64ccd -> 563770772
Update Javadoc Checkstyle plugin from 2.13 to 2.15. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/56377077 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/56377077 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/56377077 Branch: refs/heads/master Commit: 56377077296397d54e690f4c1cb00fdd0354779a Parents: 439b64c Author: Gary Gregory <[email protected]> Authored: Sun Mar 29 00:18:40 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Mar 29 00:18:40 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/56377077/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c65c944..0092b85 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 --> <surefire.plugin.version>2.17</surefire.plugin.version> <failsafe.plugin.version>2.17</failsafe.plugin.version> - <checkstyle.plugin.version>2.13</checkstyle.plugin.version> + <checkstyle.plugin.version>2.15</checkstyle.plugin.version> <rat.plugin.version>0.11</rat.plugin.version> <pdf.plugin.version>1.2</pdf.plugin.version> <cobertura.plugin.version>2.7</cobertura.plugin.version>
