You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ac...@apache.org on 2019/04/25 19:44:58 UTC

[jena] branch java11_javadocs created (now c0007be)

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

acoburn pushed a change to branch java11_javadocs
in repository https://gitbox.apache.org/repos/asf/jena.git.


      at c0007be  Update javadoc configuration to support jdk11 builds

This branch includes the following new commits:

     new c0007be  Update javadoc configuration to support jdk11 builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jena] 01/01: Update javadoc configuration to support jdk11 builds

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acoburn pushed a commit to branch java11_javadocs
in repository https://gitbox.apache.org/repos/asf/jena.git

commit c0007becacd4312c6c35fbf43dc6918b79a7e376
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Thu Apr 25 15:43:04 2019 -0400

    Update javadoc configuration to support jdk11 builds
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 35d8476..fc5bfa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,6 +878,7 @@
             </execution>
           </executions>
           <configuration>
+            <source>8</source>
             <!-- Java 10
                  <additionalOptions>-html5</additionalOptions>
             -->