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

khmarbaise pushed a commit to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit ebc03c447234c611646b2e5db1a52a4883bcb3bb
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Fri Apr 6 20:01:15 2018 +0200

    [MSHARED-714] - Upgrade to JDK 7 minimum.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7cdf53a..3d91a42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,9 +67,8 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <maven.compiler.target>1.6</maven.compiler.target>
-    <maven.compiler.source>1.6</maven.compiler.source>
     <surefire.version>2.21.0</surefire.version>
+    <javaVersion>7</javaVersion>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore>
   </properties>
 

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

Reply via email to