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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c8fa77  Set minimum required Java to 7 for wrapper jar
4c8fa77 is described below

commit 4c8fa7746a4c61a2651c04fbae44bc6a5f357ed8
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Dec 9 00:50:44 2021 +0100

    Set minimum required Java to 7 for wrapper jar
---
 maven-wrapper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml
index 667d4d0..426ef92 100644
--- a/maven-wrapper/pom.xml
+++ b/maven-wrapper/pom.xml
@@ -34,7 +34,7 @@ under the License.
   <description>Maven Wrapper Jar download, installs and launches installed 
target Maven distribution as part of Maven Wrapper scripts run.</description>
 
   <properties>
-    <javaVersion>5</javaVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>

Reply via email to