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 2019/01/27 06:42:42 UTC

[maven-surefire] 02/02: Upgrade jacoco-maven-plugin:0.8.3

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch junit5-displayname
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 5f6e1bd3af79acde6eeeb71477618b5644622a9b
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Jan 26 23:54:07 2019 +0100

    Upgrade jacoco-maven-plugin:0.8.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b7a1e1..55f4ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,7 +476,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.2</version>
+          <version>0.8.3</version>
         </plugin>
       </plugins>
     </pluginManagement>