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 10cf743 Run maven-changes-plugin validation on verify
10cf743 is described below
commit 10cf74384711bfa2ec1695eeec15984e45f407f2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 3 10:54:02 2025 -0500
Run maven-changes-plugin validation on verify
- Remove requirement from maven-changes-plugin 3.0.0-M1 for the "dev"
attribute
- See
https://maven.apache.org/plugins/maven-changes-plugin/examples/changes-file-validation.html
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4004aae..ce786ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.junit-pioneer:junit-pioneer to dependencyManagement.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.maven.plugins:maven-changes-plugin to pluginManagement.</action>
<action type="add" dev="ggregory" due-to="Arnout Engelen">Add mockito
to dependencyManagement #568.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Run
maven-changes-plugin changes-validate on verify.</action>
<!-- UPDATE -->
<action type="update" dev="sjaranowski" due-to="Slawomir
Jaranowski">Update site skin and reports plugins with Doxia 2 stack.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to
4.8.6.6 #518, #544.</action>