This is an automated email from the ASF dual-hosted git repository. chtompki 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 5a01dd7 maven-project-info-reports-plugin 3.0.0 -> 3.0.1 5a01dd7 is described below commit 5a01dd7f9d662dd53dd8d67e85db66644f2c5d99 Author: Rob Tompkins <chtom...@gmail.com> AuthorDate: Tue Sep 10 03:11:39 2019 -0700 maven-project-info-reports-plugin 3.0.0 -> 3.0.1 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 100aa88..147a63d 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <commons.jdepend.version>2.0</commons.jdepend.version> <commons.jxr.version>3.0.0</commons.jxr.version> <commons.pmd.version>3.12.0</commons.pmd.version> - <commons.project-info.version>3.0.0</commons.project-info.version> + <commons.project-info.version>3.0.1</commons.project-info.version> <commons.rat.version>0.13</commons.rat.version> <commons.release-plugin.version>1.7</commons.release-plugin.version> <commons.scm-publish.version>1.1</commons.scm-publish.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5259261..00d6ee7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="49" date="YYYY-MM-DD" description="TBD"> + <action type="update" dev="chtompki">maven-project-info-reports-plugin 3.0.0 -> 3.0.1</action> <action type="update" dev="chtompki">commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1</action> <action type="update" dev="chtompki">commons-build-plugin 1.10 -> 1.11</action> <action type-="update" dev="ggregory">commons-release-plugin 1.6 -> 1.7</action>