You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/04/27 14:02:51 UTC

[maven-javadoc-plugin] 01/02: [MJAVADOC-675] Require Java 8

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

rfscholte pushed a commit to branch MJAVADOC-675
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 0c64f2756e7918ad22b4fdb37626e05cdbf493cc
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Apr 27 16:01:45 2021 +0200

    [MJAVADOC-675] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33edcb3..0412945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
     <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>