Skip to content

Commit 724d9e2

Browse files
committed
released 4.2.1
1 parent 8fbcbfd commit 724d9e2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,18 @@ Simple Java Mail is available in Maven Central:
4545
<dependency>
4646
<groupId>org.simplejavamail</groupId>
4747
<artifactId>simple-java-mail</artifactId>
48-
<version>4.2.0</version>
49-
<!--version>4.2.0-java6-release</version-->
48+
<version>4.2.1</version>
49+
<!--version>4.2.1-java6-release</version-->
5050
</dependency>
5151
```
5252

5353
### Latest Progress ###
5454

55+
[v4.2.1](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.2.1%7Cjar) (12-Feb-2017)
56+
57+
Patch: streamlined convenience methods for adding recipients.
58+
59+
5560
[v4.2.0](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.2.0%7Cjar) (12-Feb-2017)
5661

5762
**Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email**!

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.2.0</version> or: 4.2.0-java6-release
6+
<version>4.2.1</version> or: 4.2.1-java6-release
77
</dependency>
88

9+
v4.2.1 (12-Feb-2017)
10+
11+
Patch: streamlined convenience methods for adding recipients.
12+
13+
914
v4.2.0 (12-Feb-2017)
1015

1116
Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email!

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.2.1-SNAPSHOT</version>
10+
<version>4.2.2-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)