This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit afe25cae984c9e6d188707ee2dcb8f3f740363c7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 3 11:21:12 2016 +0100 Set java level to 1.7 (Fixes #3910) --- .../src/main/java/org/nuiton/plugin/DependencyUtil.java | 10 +++++----- pom.xml | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/helper-maven-plugin-api/src/main/java/org/nuiton/plugin/DependencyUtil.java b/helper-maven-plugin-api/src/main/java/org/nuiton/plugin/DependencyUtil.java index ae0cb17..1eabda7 100644 --- a/helper-maven-plugin-api/src/main/java/org/nuiton/plugin/DependencyUtil.java +++ b/helper-maven-plugin-api/src/main/java/org/nuiton/plugin/DependencyUtil.java @@ -158,11 +158,11 @@ public class DependencyUtil { private static void getDependencies(/*DependencyNode rootNode,*/ DependencyNode node, - String artifactKey, - Set<String> universe, - boolean verbose, - List<String> order, - Set<String> exclude) { + final String artifactKey, + final Set<String> universe, + final boolean verbose, + final List<String> order, + final Set<String> exclude) { DependencyNodeVisitor visitor = new DependencyNodeVisitor() { @Override diff --git a/pom.xml b/pom.xml index 97eeae4..894ca1a 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,10 @@ <mavenVersion>3.3.9</mavenVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.