You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/03 20:29:18 UTC

[maven-mapping] 01/01: [MSHARED-823] Require Java 7

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

rfscholte pushed a commit to branch MSHARED-823
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git

commit c08cb80fcaa256054f9f60a9a1c015f94475529d
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 3 22:29:09 2019 +0200

    [MSHARED-823] Require Java 7
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 350fcb6..4fc98e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>