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

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


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

commit f379a9657772010676ad63b5e40fc84b6096fe0c
Author: Arseni Bulatski <ancars...@gmail.com>
AuthorDate: Wed Feb 13 09:57:16 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 4bc38cf..fe92769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -815,6 +815,7 @@
                                                <!-- Java 8 is too strict about 
Javadoc omissions --> 
                                                
<doclint>${javadoc.doclint}</doclint>
                                                
<additionalOptions>${javadoc.additionalOptions}</additionalOptions>
+                                               <source>1.8</source>
                                        </configuration>
                                </plugin>
                                <plugin>

Reply via email to