Skip to content

Commit

Permalink
released 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Sep 22, 2018
1 parent d5c3183 commit 569554e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc

### Latest Progress ###

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


v5.0.3 (11-April-2018)

- [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ http://www.simplejavamail.org
<version>5.0.3</version>
</dependency>

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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>simple-java-mail</artifactId>
<packaging>jar</packaging>
<name>Simple Java Mail</name>
<version>5.0.3</version>
<version>5.0.5-SNAPSHOT</version>
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
<url>http://http://www.simplejavamail.org/</url>

Expand Down

0 comments on commit 569554e

Please sign in to comment.