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 b7758d6 Bump org.codehaus.mojo:javancss-maven-plugin from undefined to 2.1 b7758d6 is described below commit b7758d643f2edc746ac08b68ac96422feb6a7212 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 24 07:27:24 2023 -0400 Bump org.codehaus.mojo:javancss-maven-plugin from undefined to 2.1 --- pom.xml | 1 + src/changes/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31563b0..1cd9dc8 100644 --- a/pom.xml +++ b/pom.xml @@ -856,6 +856,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> + <version>2.1</version> <dependencies> <!-- javancss 33.54 is used by default <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4039ed..b305e3c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,7 +68,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-jxr-plugin from 3.3.0 to 3.3.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.1.2 to 3.2.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.1.2 to 3.2.1.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-checkstyle-plugin 3.3.0 to 3.3.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-checkstyle-plugin from 3.3.0 to 3.3.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:javancss-maven-plugin from undefined to 2.1.</action> </release> <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies"> <!-- FIX -->