branch develop updated (1596921 -> 6399abd)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-updater. See https://gitlab.nuiton.org/nuiton/nuiton-updater.git from 1596921 Migration vers gitlab + simplification configuration des sites new 6399abd 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 6399abdfc43bf6c1c5d29d11b71cdb6349381f09 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:31:04 2016 +0200 Update parent pom Summary of changes: README.txt => README.md | 0 pom.xml | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) 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-updater. See https://gitlab.nuiton.org/nuiton/nuiton-updater.git commit 6399abdfc43bf6c1c5d29d11b71cdb6349381f09 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:31:04 2016 +0200 Update parent pom --- README.txt => README.md | 0 pom.xml | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) 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 47bf051..df48553 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>nuiton-updater</artifactId> @@ -50,17 +50,14 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-updater</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project id --> <projectId>nuiton-updater</projectId> + <ciViewId>nuiton-updater</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm