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:36 UTC

[directory-fortress-enmasse] 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-enmasse.git


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

commit bc28bd5a0fe92e83288a22c709ff9272166ab925
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 12:12:30 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 b35f215..8966657 100755
--- a/pom.xml
+++ b/pom.xml
@@ -298,6 +298,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/rest/overview.html</overview>