Skip to content

Commit

Permalink
release v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Sep 2, 2017
1 parent 6285abe commit 753210b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@ Simple Java Mail is available in Maven Central:
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>4.4.4</version>
<version>4.4.5</version>
</dependency>
```

### Latest Progress ###

[v4.4.5](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.4.5%7Cjar) (2-September-2017)

- [#101](https://github.com/bbottema/simple-java-mail/issues/101) API backwards compatibility update, reinstate old addRecipient API as deprecated
(sorry for removing it abruptly)


[v4.4.4](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.4.4%7Cjar) (23-August-2017)

API usability release. **This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)**
Expand Down
7 changes: 6 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ http://www.simplejavamail.org
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>4.4.4</version>
<version>4.4.5</version>
</dependency>

v4.4.5 (2-September-2017)

- #101 API backwards compatibility update, reinstate old addRecipient API as deprecated (sorry for removing it abruptly)


v4.4.4 (21-August-2017)

API usability release. *This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)*
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>4.4.5-SNAPSHOT</version>
<version>4.4.6-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 753210b

Please sign in to comment.