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 f2d36fee0a646e4bbeebf2d3b477d7a3a74fd3d5 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 e8e9cf1..f723750 100644 --- a/pom.xml +++ b/pom.xml @@ -67,8 +67,7 @@ <properties> <mavenVersion>3.0</mavenVersion> - <maven.compiler.target>1.6</maven.compiler.target> - <maven.compiler.source>1.6</maven.compiler.source> + <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.