branch develop updated (b5e7bfe -> 8f2c895)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from b5e7bfe Introduce maven-build-number-plugin 1.4 (Fixes #3855) new 8f2c895 Utilisation de la version https de l'url redmine (Fixes #3873) 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 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) Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 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>.
participants (1)
-
nuiton.org scm