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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new e9ce0fc8 Fix Javadoc generation on Java 23
     new 17097eb1 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-jcs.git
e9ce0fc8 is described below

commit e9ce0fc8291dcb522ebf0e25079151c0a7df42b1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Sep 30 09:37:53 2024 -0400

    Fix Javadoc generation on Java 23
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b406f71..c37d30b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -558,7 +558,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
-    
<commons.javadoc.java.link>https://docs.oracle.com/javase/17/docs/api/</commons.javadoc.java.link>
 
     <jsr107.api.version>1.0.1</jsr107.api.version>
     <commons.collections.version>4.4</commons.collections.version>

Reply via email to