Skip to content

Commit 753210b

Browse files
committed
release v4.4.5
1 parent 6285abe commit 753210b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ Simple Java Mail is available in Maven Central:
4848
<dependency>
4949
<groupId>org.simplejavamail</groupId>
5050
<artifactId>simple-java-mail</artifactId>
51-
<version>4.4.4</version>
51+
<version>4.4.5</version>
5252
</dependency>
5353
```
5454

5555
### Latest Progress ###
5656

57+
[v4.4.5](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.4.5%7Cjar) (2-September-2017)
58+
59+
- [#101](https://github.com/bbottema/simple-java-mail/issues/101) API backwards compatibility update, reinstate old addRecipient API as deprecated
60+
(sorry for removing it abruptly)
61+
62+
5763
[v4.4.4](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.4.4%7Cjar) (23-August-2017)
5864

5965
API usability release. **This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)**

RELEASE.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ http://www.simplejavamail.org
33
<dependency>
44
<groupId>org.simplejavamail</groupId>
55
<artifactId>simple-java-mail</artifactId>
6-
<version>4.4.4</version>
6+
<version>4.4.5</version>
77
</dependency>
88

9+
v4.4.5 (2-September-2017)
10+
11+
- #101 API backwards compatibility update, reinstate old addRecipient API as deprecated (sorry for removing it abruptly)
12+
13+
914
v4.4.4 (21-August-2017)
1015

1116
API usability release. *This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)*

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>4.4.5-SNAPSHOT</version>
10+
<version>4.4.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)