branch develop updated (748abbf -> fed3da5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-j2r. See https://gitlab.nuiton.org/nuiton/nuiton-j2r.git from 748abbf Deploy site on gitlab pages new fed3da5 Fix site configuration [skip ci] 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 fed3da55155f1b2a78cd29b7e985e15f8bc88743 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jan 27 14:35:11 2020 +0100 Fix site configuration [skip ci] Summary of changes: .gitlab-ci.yml | 2 +- pom.xml | 2 +- src/site/site.xml | 2 +- 3 files changed, 3 insertions(+), 3 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-j2r. See https://gitlab.nuiton.org/nuiton/nuiton-j2r.git commit fed3da55155f1b2a78cd29b7e985e15f8bc88743 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jan 27 14:35:11 2020 +0100 Fix site configuration [skip ci] --- .gitlab-ci.yml | 2 +- pom.xml | 2 +- src/site/site.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7cb3f5..d3dec6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ snapshot: pages: stage: reporting only: - - develop + - master artifacts: paths: - public diff --git a/pom.xml b/pom.xml index 11e92ab..2762f07 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <name>Nuiton Java-2-R</name> <description>Librairie permettant d'utiliser R en Java, que ce soit par le Network ou en JNI. </description> - <url>http://nuiton-j2r.nuiton.org</url> + <url>http://nuiton.page.nuiton.org/nuiton-j2r/</url> <inceptionYear>2006</inceptionYear> <licenses> diff --git a/src/site/site.xml b/src/site/site.xml index fffc359..c227806 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -43,7 +43,7 @@ <body> <links> - <item name="Nuiton.org" href="https://forge.nuiton.org"/> + <item name="Nuiton.org" href="https://gitlab.nuiton.org"/> <item name="Code Lutin" href="https://www.codelutin.com"/> <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> </links> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm