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/06/10 15:29:48 UTC

[shiro] branch master updated: [SHIRO-702] Upgrade to jacoco-maven-plugin 0.8.4

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 c524d13  [SHIRO-702] Upgrade to jacoco-maven-plugin 0.8.4
     new b230ea9  Merge pull request #146 from fpapon/SHIRO-702
c524d13 is described below

commit c524d13934d6fa2a9b408d7eef386ca02cd90632
Author: Francois Papon <fp...@apache.org>
AuthorDate: Mon Jun 10 17:31:25 2019 +0400

    [SHIRO-702] Upgrade to jacoco-maven-plugin 0.8.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0435fcd..3a4e873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,7 +337,7 @@
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.3</version>
+                    <version>0.8.4</version>
                 </plugin>
                 <plugin>
                     <groupId>com.mycila</groupId>