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 3c77857366068db2aab56a0b7e3e323f055c6144 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 15 18:04:37 2014 +0200 refs #3318: Add a tool to fetch versions of a project in a file --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 915bb53..a1f57b6 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,13 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.0-alpha-2</version> + <version>3.0-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.