Updated parent pom and plugins versions to latest available.

This commit is contained in:
Luc Maisonobe 2015-11-03 10:23:39 +01:00
parent 8e0b98bf6b
commit e8556e80e9
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>37</version>
<version>39</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
@ -398,13 +398,13 @@
<commons.encoding>UTF-8</commons.encoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<math.pmd.version>2.7.1</math.pmd.version>
<math.findbugs.version>3.0.1</math.findbugs.version>
<math.checkstyle.version>2.15</math.checkstyle.version>
<math.clirr.version>2.6.1</math.clirr.version>
<math.pmd.version>3.5</math.pmd.version>
<math.findbugs.version>3.0.2</math.findbugs.version>
<math.checkstyle.version>2.17</math.checkstyle.version>
<math.clirr.version>2.7</math.clirr.version>
<!-- Temporary fix to support Java 8 -->
<commons.jacoco.version>0.7.4.201502262128</commons.jacoco.version>
<commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.8</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.8</commons.jacoco.methodRatio>