You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ro...@apache.org on 2022/03/29 16:18:57 UTC

[ws-axiom] branch master updated: In maven-javadoc-plugin section of the pom.xml, specifically set source to JDK 8

This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 2744003  In maven-javadoc-plugin section of the pom.xml, specifically set source to JDK 8
2744003 is described below

commit 2744003e1958ba7a3194a2944ea5453ae551104c
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Tue Mar 29 06:17:32 2022 -1000

    In maven-javadoc-plugin section of the pom.xml, specifically set source to JDK 8
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 08a704a..16a2cc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1297,6 +1297,7 @@ $${type_declaration}</template></templates>]]></value>
                                     <goal>jar</goal>
                                 </goals>
                                 <configuration>
+				    <source>8</source>
                                     <additionalOptions>
                                         <additionalOption>-Xdoclint:none</additionalOption>
                                     </additionalOptions>