branch develop updated (a3bc1f9 -> 3f76678)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-version. See https://gitlab.nuiton.org/nuiton/nuiton-version.git from a3bc1f9 Add ci new 3f76678 Fix build 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 3f766784b40264c55d0f6369c6f03955fd0e9fb5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 14:59:48 2020 +0200 Fix build Summary of changes: .gitlab-ci.yml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -- 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-version. See https://gitlab.nuiton.org/nuiton/nuiton-version.git commit 3f766784b40264c55d0f6369c6f03955fd0e9fb5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 14:59:48 2020 +0200 Fix build --- .gitlab-ci.yml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2c2c5d..88b5aa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ include: - project: 'codelutin/ci' file: '/ci.yml' -image: registry.nuiton.org/codelutin/dockerfiles:maven-release +image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 stages: - build @@ -33,8 +33,8 @@ pages: paths: - public script: - - mvn install && mvn site -Preporting - - mv target/site public + - mvn site -Preporting && mvn site:stage + - mv target/staging/nuitonpom/nuiton-version public except: - schedules diff --git a/pom.xml b/pom.xml index ed8333c..cba9382 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L Nuiton Utils %% - Copyright (C) 2004 - 2012 CodeLutin, Tony Chemit + Copyright (C) 2004 - 2020 CodeLutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm