This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push: new 4f2ca15 Parameter useJava5 was removed in 3.0 4f2ca15 is described below commit 4f2ca1561c19a28d888be9bf5e4bedf85f2dc8af Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Mon Feb 5 23:46:24 2018 +0100 Parameter useJava5 was removed in 3.0 --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index c6caeda..287d82e 100644 --- a/pom.xml +++ b/pom.xml @@ -907,9 +907,6 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>${mavenPluginToolsVersion}</version> - <configuration> - <useJava5>true</useJava5> - </configuration> </plugin> <plugin> <groupId>org.codehaus.modello</groupId> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.