You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/01 05:49:20 UTC

[camel] branch master updated: CAMEL-15490 Specify source 8 for maven-javadoc-plugin

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 078d2c3  CAMEL-15490 Specify source 8 for maven-javadoc-plugin
078d2c3 is described below

commit 078d2c3f65272dbb868b43b57aba38b282fc4752
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Mon Aug 31 23:36:08 2020 -0400

    CAMEL-15490 Specify source 8 for maven-javadoc-plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index cca6e23..3a871ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -676,6 +676,7 @@
                                     <goal>jar</goal>
                                 </goals>
                                 <configuration>
+                                    <source>8</source>
                                     <additionalOptions>${javadoc.opts}</additionalOptions>
                                 </configuration>
                             </execution>
@@ -746,6 +747,7 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <source>8</source>
                             <additionalOptions>${javadoc.opts}</additionalOptions>
                         </configuration>
                     </plugin>