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/01/13 10:08:45 UTC

maven-surefire git commit: [SUREFIRE] Jenkins not compatible with latest JaCoCo version 0.7.5.201505241946

Repository: maven-surefire
Updated Branches:
  refs/heads/master 8b5984961 -> 02813278a


[SUREFIRE] Jenkins not compatible with latest JaCoCo version 0.7.5.201505241946


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

Branch: refs/heads/master
Commit: 02813278a46432ae2f16292a827204240e77fe3f
Parents: 8b59849
Author: Tibor17 <ti...@lycos.com>
Authored: Wed Jan 13 10:08:36 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Wed Jan 13 10:08:36 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/02813278/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebb69de..9aef666 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.5.201505241946</version>
+          <version>0.7.4.201502262128</version>
           <configuration>
             <propertyName>surefireArgLine</propertyName>
           </configuration>