You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/05 14:01:46 UTC

[commons-compress] branch master updated: Bump commons.javadoc.java.link from Java 7 to 8

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


The following commit(s) were added to refs/heads/master by this push:
     new 8bb91b9e Bump commons.javadoc.java.link from Java 7 to 8
8bb91b9e is described below

commit 8bb91b9e64c02cd28fc2362f8d4d340ec8993068
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 5 09:01:41 2023 -0500

    Bump commons.javadoc.java.link from Java 7 to 8
    
    Javadoc 7 redirects to Java 19 now.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2463d285..11d2b499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
             <docencoding>${commons.docEncoding}</docencoding>
             <linksource>true</linksource>
             <links>
-              <link>${commons.javadoc.java.link}</link>
+              <link>${commons.javadoc8.java.link}</link>
               <link>${commons.javadoc.javaee.link}</link>
             </links>
             <tags>
@@ -520,7 +520,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
           <docencoding>${commons.docEncoding}</docencoding>
           <linksource>true</linksource>
           <links>
-            <link>${commons.javadoc.java.link}</link>
+            <link>${commons.javadoc8.java.link}</link>
             <link>${commons.javadoc.javaee.link}</link>
           </links>
           <tags>