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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 6d4512f Add missing source config for Javadoc. 6d4512f is described below commit 6d4512f0c57f41c2dedd346b307c1b0480ea0561 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 25 15:24:32 2019 -0400 Add missing source config for Javadoc. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index fae0c11..fbbe850 100644 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,7 @@ <configuration> <!-- keep only errors and warnings --> <quiet>true</quiet> + <source>${maven.compiler.source}</source> <encoding>${commons.encoding}</encoding> <docEncoding>${commons.docEncoding}</docEncoding> <notimestamp>true</notimestamp>