This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 8248746 [MPH-126] Require Java 7 8248746 is described below commit 82487465fa0046769a67a0fec3c53cd91caecb0c Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Mar 4 12:11:40 2018 +0100 [MPH-126] Require Java 7 Many dependencies require Java 7 now, let's upgrade too. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4b65b13..d521740 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ under the License. </distributionManagement> <properties> + <javaVersion>7</javaVersion> <mavenVersion>3.0</mavenVersion> </properties> -- To stop receiving notification emails like this one, please contact micha...@apache.org.