You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/02/23 11:19:15 UTC

[shiro] branch master updated: [SHIRO-672] Upgrade to jacoco-maven-plugin 0.8.3

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fdcb65  [SHIRO-672] Upgrade to jacoco-maven-plugin 0.8.3
     new b255059  Merge pull request #119 from fpapon/SHIRO-672
2fdcb65 is described below

commit 2fdcb651f7eeec02dbef67dd0bdba20acbdd58b8
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sat Feb 23 14:55:51 2019 +0400

    [SHIRO-672] Upgrade to 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 2140233..e4a59b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.7.7.201606060606</version>
+                    <version>0.8.3</version>
                 </plugin>
                 <plugin>
                     <groupId>com.mycila</groupId>