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 eaaeb2630f6bb357ad97db238c59be1447b17915
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Jul 20 16:28:30 2014 +0200
improve README
---
README.txt | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README.txt b/README.txt
index 31e3abd..b4e2aac 100644
--- a/README.txt
+++ b/README.txt
@@ -21,9 +21,13 @@ project configurations.
To release this project all must be done by hand.
-mvn jgitflow:release-start -DprojectId=pom
-mvn jgitflow:release-finish -DprojectId=pom
+mvn jgitflow:release-start -Dplatform=nuiton.org -DprojectId=pom
+mvn jgitflow:release-finish -Dplatform=nuiton.org -DprojectId=pom -Ppost-release-profile
-This will just publish artifacts in maven central repository and do nothing
-else.
+This will:
+
+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
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.