This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 0c42c0c192ed77786bf0e2f9596acb2640ac5401 Author: XenoAmess <xenoam...@gmail.com> AuthorDate: Mon Jun 3 01:05:53 2019 +0800 [LANG-1546]: delete `<encoding>` and `<docencoding>` in maven-javadoc-plugin --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index fae2aa0..07d8caf 100644 --- a/pom.xml +++ b/pom.xml @@ -662,8 +662,6 @@ <configuration> <source>${maven.compiler.source}</source> <quiet>true</quiet> - <encoding>utf-8</encoding> - <docEncoding>utf-8</docEncoding> <notimestamp>true</notimestamp> <links> <link>https://docs.oracle.com/javase/8/docs/api/</link>