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

[maven-enforcer] branch MENFORCER-328 created (now 1c86fdb)

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

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


      at 1c86fdb  [MENFORCER-328] - Lift JDK Minimum to 7

This branch includes the following new commits:

     new 1c86fdb  [MENFORCER-328] - Lift JDK Minimum to 7

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-enforcer] 01/01: [MENFORCER-328] - Lift JDK Minimum to 7

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