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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 879b60f Update Jacoco from 0.8.5 to 0.8.6. 879b60f is described below commit 879b60f172626ef9f44ddd1bff3697a05e2efffb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 18 11:17:10 2020 -0400 Update Jacoco from 0.8.5 to 0.8.6. --- pom.xml | 2 +- src/changes/changes.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7c50130..c6bd9d8 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ <commons.failsafe.version>2.22.2</commons.failsafe.version> <commons.felix.version>5.1.1</commons.felix.version> <commons.findbugs.version>3.0.5</commons.findbugs.version> - <commons.jacoco.version>0.8.5</commons.jacoco.version> + <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.japicmp.version>0.14.3</commons.japicmp.version> <commons.jar-plugin.version>3.2.0</commons.jar-plugin.version> <commons.javadoc.version>3.2.0</commons.javadoc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aa35149..4255105 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,10 +62,12 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="53" date="YYYY-MM-DD" description="TBD"> + <action type="add" dev="ggregory">Add versions-maven-plugin run for this build.</action> <action type="update" dev="ggregory">Update versions-maven-plugin 2.7 -> 2.8.1.</action> <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.2 #15.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update maven-project-info-reports-plugin from 3.1.0 to 3.1.1 #19.</action> - <action type="add" dev="ggregory">Add versions-maven-plugin run for this build.</action> + <!-- UPDATES --> + <action type="update" dev="ggregory">Update Jacoco from 0.8.5 to 0.8.6.</action> </release> <release version="52" date="2020-07-30" description="Add support for Java 15.">