This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git


The following commit(s) were added to refs/heads/master by this push:
     new 5efeed1  Updating badges for org-apache-sling-commons-messaging-mail
5efeed1 is described below

commit 5efeed11d7ecb46b5be7fed4b1e92f30b50c9f12
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Aug 24 18:41:35 2020 +0200

    Updating badges for org-apache-sling-commons-messaging-mail
---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 95f8e39..6c0047b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [<img 
src="https://sling.apache.org/res/logos/sling.png"/>](https://sling.apache.org)
 
- [![Build 
Status](https://builds.apache.org/buildStatus/icon?job=Sling/sling-org-apache-sling-commons-messaging-mail/master)](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-commons-messaging-mail/job/master)
 [![Test 
Status](https://img.shields.io/jenkins/t/https/builds.apache.org/job/Sling/job/sling-org-apache-sling-commons-messaging-mail/job/master.svg)](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-commons-messaging-mail/job/master/test_results_analyzer
 [...]
+ [![Build 
Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-commons-messaging-mail/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-commons-messaging-mail/job/master/)
 [![Test 
Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-commons-messaging-mail/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/s
 [...]
 
 # Apache Sling Commons Messaging Mail
 
@@ -20,7 +20,11 @@ This module provides a simple layer on top of [Jakarta 
Mail](https://eclipse-ee4
     MailService mailService;
 
     String subject = "Rudy, A Message to You";
-    String text = "Stop your messing around\nBetter think of your future\nTime 
you straighten right out\nCreating problems in town\n…";
+    String text = "Stop your messing around
+Better think of your future
+Time you straighten right out
+Creating problems in town
+…";
     String html = […];
     byte[] attachment = […];
     byte[] inline = […];
@@ -59,4 +63,3 @@ An external SMTP server for validating messages with real 
mail clients can be us
       -Dsling.test.mail.to.name=To\ Recipient\
       [email protected]\
       -Dsling.test.mail.replyTo.name=Reply\ To
-

Reply via email to