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

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-shared.git


The following commit(s) were added to refs/heads/master by this push:
     new 61be0bd  javadoc source set to jdk 8
61be0bd is described below

commit 61be0bd5ae70485d725f880f0603019a96e64427
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Feb 17 16:18:05 2021 +0100

    javadoc source set to jdk 8
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 539520d..c9254af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@ under the License.
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <quiet>true</quiet>
+                    <source>8</source>
                     <links>
                         
<!--<link>http://download-llnw.oracle.com/javaee/1.4/api/</link>-->
                         
<link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to