This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit 86ef9a3aebd9c67e144103d2fcc3d888dac031d1 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Feb 25 11:04:30 2016 +0100 Fix parent pom --- .gitignore | 5 +++++ pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c102da..f5c1e00 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ /*/*.iws /*/*~ /*/target +.project +.settings +*/.project +*/.classpath +*/.settings diff --git a/pom.xml b/pom.xml index 1addc1e..6e5da93 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ $HeadURL$ %% - Copyright (C) 2004 - 2010 CodeLutin + Copyright (C) 2004 - 2016 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>6</version> </parent> <artifactId>eugene</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.