You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/23 16:56:20 UTC

[text] Update Jacoco from 0.7.8 to 0.7.9 ('mvn clean site -Pjacoco' works fine.)

Repository: commons-text
Updated Branches:
  refs/heads/master 8e4ff3f1d -> 313046521


Update Jacoco from 0.7.8 to 0.7.9 ('mvn clean site -Pjacoco' works
fine.)

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

Branch: refs/heads/master
Commit: 3130465217984586d1a84210420f5e703b903aa6
Parents: 8e4ff3f
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Sep 23 10:56:16 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Sep 23 10:56:16 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/31304652/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f23dc44..ac4ca9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
 
     <!-- Override 01-23-2017 for java 9-ea compatibility -->
-    <commons.jacoco.version>0.7.8</commons.jacoco.version>
+    <commons.jacoco.version>0.7.9</commons.jacoco.version>
 
     <!-- Use clirr version that works on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>