You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/07/30 11:55:19 UTC

[maven-help-plugin] 01/01: [MPH-187] - Upgrade to JDK minimum

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

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

commit 03542bf9aeed037b81bd8e4a314f136335f53223
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jul 30 13:53:55 2022 +0200

    [MPH-187] - Upgrade to JDK minimum
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e16ec7..0ba0b3f 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.4</mavenPluginToolsVersion>
     <surefire.version>2.22.2</surefire.version>