This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 422eef9b6b669a7d515d75da21f704e6e39c72bf Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 13:08:32 2014 +0100 fixes #3553: Use nuitonpom 1.5 fixes #3554: Fix project url --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5cdd60b..49aa71c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.2</version> + <version>1.5</version> </parent> <artifactId>nuiton-converter</artifactId> @@ -35,7 +35,7 @@ <name>Nuiton Converter</name> <description>Thin Converter API Layer on top of common-beanutils Converter API.</description> - <url>http://doc.nuiton.org/nuiton-converter</url> + <url>http://nuiton-converter.nuiton.org</url> <inceptionYear>2014</inceptionYear> <developers> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.