[pom] branch develop updated (d0e2449 -> b248b56)
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 d0e2449 fixes #3338 new b248b56 fix release of pom 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 b248b5695a16e6feca2c8f96b511a62a6190adcb Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 21 12:07:39 2014 +0200 fix release of pom Summary of changes: codelutinpom/pom.xml | 9 ++++----- pom.xml | 3 +++ 2 files changed, 7 insertions(+), 5 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 http://git.nuiton.org/pom.git commit b248b5695a16e6feca2c8f96b511a62a6190adcb Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 21 12:07:39 2014 +0200 fix release of pom --- codelutinpom/pom.xml | 9 ++++----- pom.xml | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 1747784..f7e165c 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -78,13 +78,12 @@ </property> </activation> <properties> - <!-- Redmine plateform --> - <platform>nuiton.org</platform> - <!-- Fix the email domain for pom release --> - <releaseEmailDomain>nuiton.org</releaseEmailDomain> <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> - <!-- Template for pom release --> + + <!-- Override this module configuration to finalize pom release --> + <platform>nuiton.org</platform> + <releaseEmailDomain>nuiton.org</releaseEmailDomain> <redmine.templateDirectory> http://doc.nuiton.org/common/0.3/announcement/nuiton.org </redmine.templateDirectory> diff --git a/pom.xml b/pom.xml index caee0dd..968a702 100644 --- a/pom.xml +++ b/pom.xml @@ -1779,6 +1779,9 @@ <properties> <platform>nuiton.org</platform> <projectId>pom</projectId> + <!-- Deploy on central release repository --> + <release.repository>${central.release.repository}</release.repository> + <repository.home.url>${central.release.home.url}</repository.home.url> </properties> </profile> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm