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 e40287301e5a64b0d8896c87f936b263de6c9059 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Jul 20 19:18:02 2014 +0200 improve README.txt --- README.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index b4e2aac..bfd4555 100644 --- a/README.txt +++ b/README.txt @@ -22,12 +22,11 @@ project configurations. To release this project all must be done by hand. mvn jgitflow:release-start -Dplatform=nuiton.org -DprojectId=pom -mvn jgitflow:release-finish -Dplatform=nuiton.org -DprojectId=pom -Ppost-release-profile +mvn jgitflow:release-finish -Dplatform=nuiton.org -DprojectId=pom -This will: +This will (only): +o do the git operations (merge to master, create a tag) o publish artifacts in maven central repository -o close current version on forge.nuiton.org -o generate news announcement on forge.nuiton.org -o send email announcement on commits list +We will try to find a nice solution to interact with the redmine forge. -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.