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

abulatski pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.0 by this push:
     new fe9b2de  Fix javadoc generation on latest release of java 11
fe9b2de is described below

commit fe9b2de68b542bf104e50ff000c94e81a2f0a79a
Author: Arseni Bulatski <ancars...@gmail.com>
AuthorDate: Tue Jan 22 16:41:59 2019 +0300

    Fix javadoc generation on latest release of java 11
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9c17fea..7f28f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -793,6 +793,7 @@
                                        <configuration>
                                                <!-- Java 8 is too strict about 
Javadoc omissions --> 
                                                
<doclint>${javadoc.doclint}</doclint>
+                                               <source>1.7</source>
                                        </configuration>
                                </plugin>
                                <plugin>

Reply via email to