This is an automated email from the git hooks/post-receive script.
New change to branch release/1.0 in repository pom.
See http://git.nuiton.org/pom.git
at daafe6b [jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions
This branch includes the following new commits:
new daafe6b [jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions
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 daafe6b75665f08f46b6b4a4b0c3a2c0f3490c6c
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Mon Jul 21 08:51:12 2014 +0200
[jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 0cb555c fill README + use a internal profile
new 9014b66 [jgitflow-maven-plugin]updating poms for 1.1-SNAPSHOT development
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 9014b66118b67a75ee02b3236cd9239a37ad3e66
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Mon Jul 21 08:51:15 2014 +0200
[jgitflow-maven-plugin]updating poms for 1.1-SNAPSHOT development
Summary of changes:
chorempom/pom.xml | 5 ++---
codelutinpom/pom.xml | 5 ++---
nuitonpom/pom.xml | 5 ++---
pom.xml | 13 ++++++-------
4 files changed, 12 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 e402873 improve README.txt
new 0cb555c fill README + use a internal profile
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 0cb555ca7696232500a2df917465d011e759d48f
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Mon Jul 21 08:49:45 2014 +0200
fill README + use a internal profile
Summary of changes:
README.txt | 7 ++++---
chorempom/README.txt | 23 +++++++++++++++++++++++
codelutinpom/README.txt | 23 +++++++++++++++++++++++
pom.xml | 40 ++++++++++++++++++++++++++++++++++++++--
4 files changed, 88 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 eaaeb26 improve README
new e402873 improve README.txt
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 e40287301e5a64b0d8896c87f936b263de6c9059
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sun Jul 20 19:18:02 2014 +0200
improve README.txt
Summary of changes:
README.txt | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)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 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>.