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 9548a7f Fix Javadoc on Java 11. 9548a7f is described below commit 9548a7f668d49abfc465cb908ac28a6c53381e3b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 10 13:12:43 2020 -0400 Fix Javadoc on Java 11. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b2bd73..fd93f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </build> </profile> <profile> - <id>java8+</id> + <id>java11+</id> <activation> <jdk>[11,)</jdk> </activation>