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>.