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 17:12:12 UTC

[directory-fortress-commander] branch master updated: 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-commander.git


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

commit 89f05f6ca0f7858fbdad2e9cf91470b47185b016
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 12:12:05 2020 -0500

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

diff --git a/pom.xml b/pom.xml
index ec8f050..8897d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+          <source>8</source>
           <stylesheet>java</stylesheet>
           <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2016, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>
           <overview>src/main/java/org/apache/directory/fortress/web/overview.html</overview>