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/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 50c6561f7 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.2 to 3.11.3 #237
50c6561f7 is described below
commit 50c6561f71551cca918cdd28e9feb144bef34937
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 29 07:59:13 2025 -0400
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3
#237
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 17605554a..beab9bfee 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,6 +21,7 @@ Release Notes - Juneau - Version 9.2.0
* Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.1.202505142326-r to
7.3.0.202506031305-r #221.
* Bump jetty.version from 12.0.21 to 12.0.25 #222, #228, #229.
* Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.4 #223.
+ * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3
#237.
* Annotations associated with a subclass of
org.apache.juneau.annotation.AnnotationBuilder that didn't carry an `String[]
description()` attribute now do.
For example: org.apache.juneau.http.annotation.Path.
The current use case is for developers to further annotate their code
with documentation.