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 9309548 Bump maven-javadoc-plugin from 3.11.3 to 3.12.0
9309548 is described below
commit 9309548729d203d73bd745672944fdf90fc73659
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Sep 21 09:53:01 2025 -0400
Bump maven-javadoc-plugin from 3.11.3 to 3.12.0
---
pom.xml | 5 +----
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index fddb1aa..494d98c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,10 +66,7 @@
mvn site -P!jacoco
-->
<properties>
- <!-- TEMP HACK START -->
- <!-- Something is broken in 3.11.3, see Maven user mailing list. -->
- <commons.javadoc.version>3.11.2</commons.javadoc.version>
- <!-- TEMP HACK END -->
+ <commons.javadoc.version>3.12.0</commons.javadoc.version>
<!-- Minimum Maven version required by the plugins -->
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<!-- Minimum Java version required by build -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fe4ecc8..a2b7c95 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.5.0 to
4.9.6.0 #662.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.spotbugs:spotbugs from 4.9.5 to 4.9.6.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-javadoc-plugin from 3.11.3 to 3.12.0.</action>
</release>
<release version="88" date="2025-09-16" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->