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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0b3cb81 Fix missing version for
org.codehaus.mojo:jdepend-maven-plugin: 2.1
0b3cb81 is described below
commit 0b3cb8104295a6a1d15b8227b9fa286c5c9911da
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 17 08:07:39 2025 -0500
Fix missing version for org.codehaus.mojo:jdepend-maven-plugin: 2.1
---
pom.xml | 1 +
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4b04e44..477202a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,6 +435,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
+ <version>2.1</version>
<reportSets>
<reportSet/>
</reportSets>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d3a6a3d..a40fc8d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Make some
classes final.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix missing
version for org.codehaus.mojo:jdepend-maven-plugin: 2.1.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>