You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/05/22 16:45:27 UTC

[directory-fortress-core] branch master updated: artifactId>maven-javadoc-plugin -> 8

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new c85a7a5  artifactId>maven-javadoc-plugin -> <source>8</source>
c85a7a5 is described below

commit c85a7a5e1497529712cde3589e78b0206a70ad99
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 11:45:21 2020 -0500

    artifactId>maven-javadoc-plugin -> <source>8</source>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 382d9e0..2e10d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -679,6 +679,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+          <source>8</source>
           <additionalparam>-Xdoclint:none</additionalparam>
           <stylesheet>java</stylesheet>
           <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2018, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>