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 2020/08/10 17:04:16 UTC

[commons-compress] branch master updated: Fix Javadoc on Java 11.

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 23b71a5  Fix Javadoc on Java 11.
23b71a5 is described below

commit 23b71a51e9c73fae9c9d5aa6cfd782f060907b41
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 13:04:09 2020 -0400

    Fix Javadoc on Java 11.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec8719b..ef6d551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
           <configuration> 
             <source>${maven.compiler.source}</source>
             <quiet>true</quiet>
-            <source>${maven.compiler.source}</source>
+            <release>7</release>
             <encoding>${commons.encoding}</encoding>
             <docencoding>${commons.docEncoding}</docencoding>
             <linksource>true</linksource>
@@ -436,7 +436,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
         <configuration> 
           <source>${maven.compiler.source}</source>
           <quiet>true</quiet>
-          <source>${maven.compiler.source}</source>
+          <release>7</release>
           <encoding>${commons.encoding}</encoding>
           <docencoding>${commons.docEncoding}</docencoding>
           <linksource>true</linksource>