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 895e0a00714a1520dbaeca971e9c49de1194fa85 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 e158ca3..8de7437 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.