branch develop updated (1b87df7 -> a6c881d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git from 1b87df7 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new a6c881d Utilisation des url nexus plutôt que maven.nuiton.org qui font doublon et ne fonctionnent pas. (Fixes #3949) 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 a6c881d3fda842ddb2adc427fce416d71bf9b90f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 28 11:40:20 2016 +0200 Utilisation des url nexus plutôt que maven.nuiton.org qui font doublon et ne fonctionnent pas. (Fixes #3949) Summary of changes: pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 pom. See https://gitlab.nuiton.org/nuiton/pom.git commit a6c881d3fda842ddb2adc427fce416d71bf9b90f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 28 11:40:20 2016 +0200 Utilisation des url nexus plutôt que maven.nuiton.org qui font doublon et ne fonctionnent pas. (Fixes #3949) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d6da883..3d908ac 100644 --- a/pom.xml +++ b/pom.xml @@ -238,10 +238,10 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- central releases url --> - <central.release.home.url>http://maven.nuiton.org/central-releases</central.release.home.url> + <central.release.home.url>https://nexus.nuiton.org/nexus/content/repositories/central-releases</central.release.home.url> <!-- other releases url --> - <other.release.home.url>http://maven.nuiton.org/other-releases</other.release.home.url> + <other.release.home.url>https://nexus.nuiton.org/nexus/content/repositories/other-releases</other.release.home.url> <!-- release repository url (to be used in site.xml, by default use other-release repository) --> <repository.home.url>${other.release.home.url}</repository.home.url> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm