Replaced version numbers for reporting plugins in maven module

Former-commit-id: e7ec67e0692d4233a2d6d651f50b0cd250c4587b
This commit is contained in:
Hans Joachim Desserud
2015-06-21 17:52:48 +02:00
parent 4f43793e17
commit c1ae4f8cc2
2 changed files with 14 additions and 12 deletions

View File

@@ -134,8 +134,10 @@ Copyright (c) 2012 - Jeremy Long
<reporting.findbugs-plugin.version>2.5.3</reporting.findbugs-plugin.version>
<reporting.javadoc-plugin.version>2.9.1</reporting.javadoc-plugin.version>
<reporting.jxr-plugin.version>2.4</reporting.jxr-plugin.version>
<!-- todo(code review): only used in maven module? Not needed elsewhere -->
<reporting.maven-plugin-plugin.version>3.2</reporting.maven-plugin-plugin.version>
<reporting.pmd-plugin.version>3.0.1</reporting.pmd-plugin.version>
<!-- TODO(code review) project-info-reports-plugin was used in core, but not utils. Expected/intended? -->
<!-- TODO(code review) project-info-reports-plugin was/is not used in utils. Expected/intended? -->
<reporting.project-info-reports-plugin.version>2.7</reporting.project-info-reports-plugin.version>
<reporting.surefire-report-plugin.version>2.16</reporting.surefire-report-plugin.version>
<reporting.taglist-plugin.version>2.4</reporting.taglist-plugin.version>