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

[maven-plugin-tools] branch MPLUGIN-389 created (now 4259d91b)

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

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


      at 4259d91b [MPLUGIN-389] Update level to Java 8

This branch includes the following new commits:

     new 4259d91b [MPLUGIN-389] Update level to Java 8

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-plugin-tools] 01/01: [MPLUGIN-389] Update level to Java 8

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