You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/26 15:02:52 UTC

[maven-help-plugin] 02/02: [MPH-181] Require Java 8

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

slachiewicz pushed a commit to branch MPH-181
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 853edd7e25bedb22956c0d6020c4ea204f722ba5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Sep 26 17:02:42 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 4d71e6f..cf62637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
   </distributionManagement>
 
   <properties>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <mavenVersion>3.1.1</mavenVersion>
     <mavenPluginToolsVersion>3.6.1</mavenPluginToolsVersion>
     <surefire.version>2.22.2</surefire.version>