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

[camel] branch camel/3.5.x updated: CAMEL-15490 Specify source 8 for maven-javadoc-plugin (#4148)

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

acosentino pushed a commit to branch camel/3.5.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel/3.5.x by this push:
     new 1237014  CAMEL-15490 Specify source 8 for maven-javadoc-plugin (#4148)
1237014 is described below

commit 1237014c40b6fd668c2c11844d5cd18890228d61
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Sep 1 09:32:12 2020 -0400

    CAMEL-15490 Specify source 8 for maven-javadoc-plugin (#4148)
---
 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>