Skip to content

Commit 5582160

Browse files
committed
released 5.0.5
1 parent 12e3627 commit 5582160

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
7272

7373
v5.0.1 - [v5.0.5](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.5%7Cjar)
7474

75-
- v5.0.5 (?-Oktober-2018): [#137](https://github.com/bbottema/simple-java-mail/issues/137) When replying to an email with HTML, the result body is empty
75+
- 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
76+
empty
7677
- 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
7778
- v5.0.3 (11-April-2018): [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API
7879
- v5.0.2 (7-April-2018): [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http://www.simplejavamail.org
88

99
v5.0.1 - v5.0.5
1010

11-
- v5.0.5 (?-Oktober-2018): #137: When replying to an email with HTML, the result body is empty
11+
- v5.0.5 (3-Oktober-2018): #137: When replying to an email with HTML, the result body is empty
1212
- v5.0.4 (22-September-2018): #168: Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
1313
- v5.0.3 (11-April-2018): #136: ServerConfig class should be public API
1414
- v5.0.2 (7-April-2018): #135: trustingAllHosts should be public on the Builder API

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>simple-java-mail</artifactId>
88
<packaging>jar</packaging>
99
<name>Simple Java Mail</name>
10-
<version>5.0.5</version>
10+
<version>5.0.6-SNAPSHOT</version>
1111
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
1212
<url>http://http://www.simplejavamail.org/</url>
1313

0 commit comments

Comments
 (0)