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/11/03 12:06:51 UTC

[6/6] [math] Roll back clirr plugin version to 2.6.1 as 2.7 triggered an exception.

Roll back clirr plugin version to 2.6.1 as 2.7 triggered an exception.

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

Branch: refs/heads/MATH_3_X
Commit: b6c2d697abc48bc99a94577841a1ea5cbafa9dea
Parents: 04454fc
Author: Luc Maisonobe <lu...@apache.org>
Authored: Tue Nov 3 12:06:26 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Tue Nov 3 12:06:26 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b6c2d697/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a14a1b..32f8a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@
     <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>
+    <math.clirr.version>2.6.1</math.clirr.version>
 
     <!-- Temporary fix to support Java 8 -->
     <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>