This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-decorator. See https://gitlab.nuiton.org/nuiton/nuiton-decorator.git commit 50e0f50824529f8b53a4da31f7244a5fe72d6849 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:29:49 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 f67cf61..9c0e423 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>nuiton-decorator</artifactId> @@ -72,6 +72,10 @@ <!-- redmine project Id --> <projectId>nuiton-decorator</projectId> + <ciViewId>nuiton-decorator</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!-- Documentation is in apt format --> <siteSourcesType>apt</siteSourcesType> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.