This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 9ea53266ba0b51a43344b9dcc2e020bac26dfd4d Author: Daniel Kulp <[email protected]> AuthorDate: Tue May 9 11:20:54 2023 -0400 Wrong javadoc version (cherry picked from commit ba48a66c051d1e458d33d68dbcef9b9d203d673a) --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcdb91f50d..cf700f76bf 100644 --- a/pom.xml +++ b/pom.xml @@ -469,7 +469,6 @@ <detectOfflineLinks>false</detectOfflineLinks> <notimestamp>true</notimestamp> <doclint>none</doclint> - <javadocVersion>1.8.0</javadocVersion> <!--subpackages>org.apache.cxf</subpackages--> </configuration> </plugin>
