You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/22 15:42:26 UTC

[maven-plugin-tools] 01/01: [MPLUGIN-389] Update level to Java 8

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

sjaranowski pushed a commit to branch MPLUGIN-389
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit 4259d91b3616abc729b7cdc7678bcaa81bac7ee6
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun May 22 17:42:02 2022 +0200

    [MPLUGIN-389] Update level to Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5119c698..831b0156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
 
   <properties>
     <surefire.version>2.22.2</surefire.version>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <antVersion>1.9.16</antVersion>