You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/04/30 18:36:07 UTC

[4/5] [math] Updated plugins.

Updated plugins.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/783adba4
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/783adba4
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/783adba4

Branch: refs/heads/master
Commit: 783adba4f180584b3bab79901ffeb79f8de75e01
Parents: 93769f2
Author: Luc Maisonobe <lu...@apache.org>
Authored: Thu Apr 30 18:35:05 2015 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Thu Apr 30 18:35:05 2015 +0200

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/783adba4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5553e40..42747fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,12 +382,12 @@
     <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>2.5.1</math.findbugs.version>
-    <math.checkstyle.version>2.9.1</math.checkstyle.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>
 
     <!-- Temporary fix to support Java 8 -->
-    <commons.jacoco.version>0.7.2.201409121644</commons.jacoco.version>
+    <commons.jacoco.version>0.7.4.201502262128</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>
@@ -402,7 +402,7 @@
 
     <!-- Temporary fix to replace svn-based build number with git-based build number -->
     <buildnumber.skip>true</buildnumber.skip>
-    <math.jgit.buildnumber.version>1.2.8</math.jgit.buildnumber.version>
+    <math.jgit.buildnumber.version>1.2.10</math.jgit.buildnumber.version>
     <implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
 
   </properties>