From d88b14ee381d2371dadfcc9c847849e556ea63b4 Mon Sep 17 00:00:00 2001 From: bbottema Date: Wed, 3 Oct 2018 21:13:13 +0200 Subject: [PATCH] released 5.0.6 --- README.md | 11 ++++++++--- RELEASE.txt | 5 +++-- pom.xml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5579cdf81..2ce046595 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt) [![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) [![Javadocs](https://img.shields.io/badge/javadoc-5.0.5-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) [![Build Status](https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat)](https://travis-ci.org/bbottema/simple-java-mail) [![Codacy](https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail) +[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt) +[![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) +[![Javadocs](https://img.shields.io/badge/javadoc-5.0.6-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) +[![Build Status](https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat)](https://travis-ci.org/bbottema/simple-java-mail) +[![Codacy](https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail) # Simple Java Mail # @@ -64,14 +68,15 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc org.simplejavamail simple-java-mail - 5.0.5 + 5.0.6 ``` ### Latest Progress ### -v5.0.1 - [v5.0.5](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.5%7Cjar) +v5.0.1 - [v5.0.6](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.6%7Cjar) +- v5.0.6 (3-Oktober-2018): [#167](https://github.com/bbottema/simple-java-mail/issues/167) Email addresses validated despite cleared validation validation criteria - v5.0.5 (3-Oktober-2018): [#137](https://github.com/bbottema/simple-java-mail/issues/137) When replying to an email with HTML, the result body is empty - v5.0.4 (22-September-2018): [#168](https://github.com/bbottema/simple-java-mail/issues/168) Properties aquired through ConfigLoader should be typed explicitly and converted if necessary diff --git a/RELEASE.txt b/RELEASE.txt index 7f4448460..2fc82daa6 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -3,11 +3,12 @@ http://www.simplejavamail.org org.simplejavamail simple-java-mail - 5.0.4 + 5.0.6 -v5.0.1 - v5.0.5 +v5.0.1 - v5.0.6 +- v5.0.6 (3-Oktober-2018): #167: Email addresses validated despite cleared validation validation criteria - v5.0.5 (3-Oktober-2018): #137: When replying to an email with HTML, the result body is empty - v5.0.4 (22-September-2018): #168: Properties aquired through ConfigLoader should be typed explicitly and converted if necessary - v5.0.3 (11-April-2018): #136: ServerConfig class should be public API diff --git a/pom.xml b/pom.xml index 821b85f44..e8bbf8c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ simple-java-mail jar Simple Java Mail - 5.0.6-SNAPSHOT + 5.0.7-SNAPSHOT Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API http://http://www.simplejavamail.org/