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 2018/06/21 18:07:32 UTC

[maven-file-management] 01/01: [MSHARED-735] - Lift JDK minimum to JDK 7

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

khmarbaise pushed a commit to branch MSHARED-735
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git

commit 715890580c6ab7180d2440a93c983a5a17fb5d00
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Jun 21 20:07:17 2018 +0200

    [MSHARED-735] - Lift JDK minimum to JDK 7
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 35c0ac8..0c98630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
     </site>
   </distributionManagement>
   <properties>
+    <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <surefire.version>2.21.0</surefire.version>
   </properties>