You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/03/19 18:36:31 UTC

[text] update clirr version to 2.8, which is java 8 compatible

Repository: commons-text
Updated Branches:
  refs/heads/master 899edeb3b -> 440d83bf1


update clirr version to 2.8, which is java 8 compatible


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

Branch: refs/heads/master
Commit: 440d83bf15c07ed9cc7f815bbb1f4ec0165a4beb
Parents: 899edeb
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Mar 19 19:36:14 2017 +0100
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Mar 19 19:36:14 2017 +0100

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/440d83bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c339a6e..8d54735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,6 +139,9 @@
     <!-- Override 01-23-2017 for java 9-ea compatibility -->
     <commons.jacoco.version>0.7.8</commons.jacoco.version>
 
+    <!-- Use clirr version that works on Java 8 -->
+    <commons.clirr.version>2.8</commons.clirr.version>
+
     <checkstyle.plugin.version>2.13</checkstyle.plugin.version>
   </properties>