Skip to content

Commit 92229a1

Browse files
committed
release v4.4.4
1 parent 9d8593a commit 92229a1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Simple Java Mail is available in Maven Central:
4545
<dependency>
4646
<groupId>org.simplejavamail</groupId>
4747
<artifactId>simple-java-mail</artifactId>
48-
<version>4.4.3</version>
48+
<version>4.4.4</version>
4949
</dependency>
5050
```
5151

5252
### Latest Progress ###
5353

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

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

5858
- [#95](https://github.com/bbottema/simple-java-mail/issues/95) Feature: Add support native API for setting Return-Receipt-To header
5959
- [#93](https://github.com/bbottema/simple-java-mail/issues/93) Feature: Add support native API for setting Disposition-Notification-To header

RELEASE.txt

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

9-
v4.4.3 (21-August-2017)
9+
v4.4.4 (21-August-2017)
1010

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

1313
- #95 Feature: Add support native API for setting Return-Receipt-To header
1414
- #93 Feature: Add support native API for setting Disposition-Notification-To header

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