branch develop updated (114f143f -> 9c503280)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 114f143f Fix site new 9c503280 Fix site 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 9c50328050df09bbbcc8fe3f729a39fdf5bb8d18 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 11:58:29 2020 +0200 Fix site Summary of changes: .gitlab-ci.yml | 2 +- eugene-java-templates/pom.xml | 5 ----- eugene/pom.xml | 5 ----- 3 files changed, 1 insertion(+), 11 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 9c50328050df09bbbcc8fe3f729a39fdf5bb8d18 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 11:58:29 2020 +0200 Fix site --- .gitlab-ci.yml | 2 +- eugene-java-templates/pom.xml | 5 ----- eugene/pom.xml | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28790b41..9299e005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,5 +44,5 @@ pages: paths: - public script: - - mvn install site:site site:stage -Preporting + - mvn site -Preporting && mvn site:stage - mv target/staging/nuitonpom/eugene public \ No newline at end of file diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 046d874f..93b4aff3 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -37,11 +37,6 @@ <name>EUGene :: Java templates</name> <inceptionYear>2012</inceptionYear> - <properties> - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - </properties> - <dependencies> <dependency> diff --git a/eugene/pom.xml b/eugene/pom.xml index 03ac7e30..a803c64b 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -37,11 +37,6 @@ <name>EUGene :: EUGene</name> <description>Efficient Universal Generator.</description> - <properties> - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - </properties> - <dependencies> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm