You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/12/26 15:28:11 UTC

[3/9] maven-surefire git commit: [SUREFIRE-1318] Upgrade JaCoCo Version to 0.7.8

[SUREFIRE-1318] Upgrade JaCoCo Version to 0.7.8


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/738976c4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/738976c4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/738976c4

Branch: refs/heads/master
Commit: 738976c4d7546d91b624435f806d6820e4025f0b
Parents: 0d90d97
Author: Tibor17 <ti...@lycos.com>
Authored: Mon Dec 26 15:32:51 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Mon Dec 26 15:32:51 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/738976c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc80f9d..034b604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.7.201606060606</version>
+          <version>0.7.8</version>
           <configuration>
             <includes>
               <include>**/failsafe/*</include>