This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 8f2c895373002a4f0f871395e2ec5ae603d399ab Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 26 11:27:48 2016 +0100 Utilisation de la version https de l'url redmine (Fixes #3873) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 949916e..3ff0c84 100644 --- a/pom.xml +++ b/pom.xml @@ -977,7 +977,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <redmine.safe>false</redmine.safe> - <redmine.url>http://${redmineDomain}</redmine.url> + <redmine.url>https://${redmineDomain}</redmine.url> <redmine.projectId>${projectId}</redmine.projectId> <redmine.xmlPath>${maven.root.dir}/target/changes/changes.xml</redmine.xmlPath> <redmine.collectedArtifacts>${maven.root.dir}/target/collect-artifacts.txt</redmine.collectedArtifacts> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.