This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 7b10141 Use current version of Maven JaCoCo plugin. 7b10141 is described below commit 7b101411e591371ea3c5ca08db970567abaee6a5 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 5 11:02:21 2019 -0400 Use current version of Maven JaCoCo plugin. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4e1a33e..f59cd21 100644 --- a/pom.xml +++ b/pom.xml @@ -521,6 +521,7 @@ <!-- Override clirr version to enable clirr on Java 8 --> <commons.clirr.version>2.8</commons.clirr.version> + <commons.jacoco.version>0.8.4</commons.jacoco.version> <!--Commons Release Plugin --> <commons.bc.version>4.2</commons.bc.version>