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/04/23 21:27:38 UTC

[maven] 01/01: [MNG-3699] - Lift JDK minimum to JDK 8

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

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

commit d4fe6c5f43d4eb450d4041249d274458eaf61903
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 23 23:26:30 2018 +0200

    [MNG-3699] - Lift JDK minimum to JDK 8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90bf759..0d0ffd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@ under the License.
 
   <properties>
     <maven.version>3.0.5</maven.version>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <classWorldsVersion>2.5.2</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.5</commonsLangVersion>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.