This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git commit 490b6287745f179109a2a7343f7a8afd8ee9804e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 7 09:00:54 2014 +0200 update mavenpom to 5.0.9 + add .gitignore file --- .gitignore | 13 +++++++++++++ pom.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a93e87a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/atlassian-ide-plugin.xml +/target +/.idea +/*.ipr +/*.iws +/*.iml +/*~ +/*/*~ +/*/target +/*/*.ipr +/*/*.iws +/*/*.iml + diff --git a/pom.xml b/pom.xml index 2f8b85b..3da08cd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>5.0.6</version> + <version>5.0.9</version> </parent> <artifactId>jredmine</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.