You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/06/04 07:42:20 UTC

[karaf-decanter] branch master updated: Fix javadoc generation

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dece9a  Fix javadoc generation
1dece9a is described below

commit 1dece9ab36dfab150b1db9fdc7cab15b6af5ddbc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 09:42:07 2019 +0200

    Fix javadoc generation
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22b9f7b..8161c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <configuration>
-                            <source>1.7</source>
+                            <source>1.8</source>
                         </configuration>
                         <executions>
                             <execution>