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 490b42c1bc Bump org.apache.maven.plugins:maven-compiler-plugin from
3.14.0 to 3.14.1 #271
490b42c1bc is described below
commit 490b42c1bceaed9f3c6ec60d3dcb0d81bf7b9c84
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 06:18:40 2025 -0500
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
#271
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0472cb3053..824936c270 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,6 +25,7 @@ Release Notes - Juneau - Version 9.2.0
* 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.
+ * Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to
3.14.1 #271.
** New Features - Multi-Key Cache and Concurrent Map Classes