branch develop updated (ce97460 -> 9fddc6e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git from ce97460 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new afe25ca Set java level to 1.7 (Fixes #3910) new 9fddc6e Update nuitonpom to 8.1 (Fixes #3911) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9fddc6edb86d58af0abc6256eec5060ffb784ff9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 3 11:21:45 2016 +0100 Update nuitonpom to 8.1 (Fixes #3911) 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) Summary of changes: .../src/main/java/org/nuiton/plugin/DependencyUtil.java | 10 +++++----- pom.xml | 12 +++++------- 2 files changed, 10 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
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 9fddc6edb86d58af0abc6256eec5060ffb784ff9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 3 11:21:45 2016 +0100 Update nuitonpom to 8.1 (Fixes #3911) --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 894ca1a..30cde7c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>7</version> + <version>8.1</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -75,12 +75,6 @@ <connection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm