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:18 UTC

[maven-help-plugin] branch MPH-187 created (now 03542bf)

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

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


      at 03542bf  [MPH-187] - Upgrade to JDK minimum

This branch includes the following new commits:

     new 03542bf  [MPH-187] - Upgrade to JDK minimum

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.



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

Posted by kh...@apache.org.
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>