branch develop updated (614c13b -> 8fd24be)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See https://gitlab.nuiton.org/nuiton/nuiton-converter.git from 614c13b Migration vers gitlab + simplification configuration des sites new 8fd24be Update parent pom The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8fd24be8106f00fd4c4d575b280d78669368d0f2 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:29:22 2016 +0200 Update parent pom Summary of changes: README.txt => README.md | 0 pom.xml | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename README.txt => README.md (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm