branch feature/pollen-riot-js updated (3468fab -> ebe2603)
This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 3468fab change parent pom + upgrade version to 3.0 new ebe2603 revert changes to fix tests 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 ebe26037dafd29206da62eb455512d8a2aaf3ddf Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 24 10:53:56 2017 +0100 revert changes to fix tests Summary of changes: .../java/org/chorem/pollen/services/service/mail/EmailService.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ebe26037dafd29206da62eb455512d8a2aaf3ddf Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 24 10:53:56 2017 +0100 revert changes to fix tests --- .../java/org/chorem/pollen/services/service/mail/EmailService.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java index 7e7c4ff..b426262 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java @@ -229,9 +229,11 @@ public class EmailService extends PollenServiceSupport { } } - } + } else { - doSend(mail); + doSend(mail); + + } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm