This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See https://gitlab.nuiton.org/nuiton/nuiton-converter.git commit 8fd24be8106f00fd4c4d575b280d78669368d0f2 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:29:22 2016 +0200 Update parent pom --- README.txt => README.md | 0 pom.xml | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/pom.xml b/pom.xml index a7ad144..dd4eb4b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>nuiton-converter</artifactId> @@ -71,6 +71,10 @@ <!-- redmine project Id --> <projectId>nuiton-converter</projectId> + <ciViewId>nuiton-converter</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!-- Documentation is in english --> <locales>en</locales> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.