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
commit 499493133ab5a01bbf540cc9d3d30be18602e6b6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 2 09:28:02 2023 -0400 Bump maven-source-plugin from 3.2.1 to 3.3.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9f8e9e..4cebdce 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ Warning: maven-site-plugin 4.0.0-M3 requires an update to commons-skin site.vm for new variable names. --> <commons.site-plugin.version>3.12.1</commons.site-plugin.version> - <commons.source-plugin.version>3.2.1</commons.source-plugin.version> + <commons.source-plugin.version>3.3.0</commons.source-plugin.version> <commons.spotbugs.plugin.version>4.7.3.5</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <commons.surefire-report.version>3.1.2</commons.surefire-report.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 46f9e53..bad0d4a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -88,6 +88,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-surefire-plugin from 3.0.0 to 3.1.2.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.20.0 to 3.21.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.5.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-source-plugin from 3.2.1 to 3.3.0.</action> </release> <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies"> <!-- ADD -->