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 2019/02/24 13:58:36 UTC

[maven-enforcer] 01/01: [MENFORCER-328] - Lift JDK Minimum to 7

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

khmarbaise pushed a commit to branch MENFORCER-328
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 1c86fdbfa9ed5a32d575b73a511026bbd956fa83
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 24 14:58:32 2019 +0100

    [MENFORCER-328] - Lift JDK Minimum to 7
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ce27fe1..dbad94b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
   <properties>
     <maven.version>3.0</maven.version>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
+		<javaVersion>7</javaVersion>
   </properties>
 
   <dependencyManagement>