Skip to content

Commit a386f0d

Browse files
committed
Release v5.0.3.
1 parent f122f11 commit a386f0d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,17 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6464
<dependency>
6565
<groupId>org.simplejavamail</groupId>
6666
<artifactId>simple-java-mail</artifactId>
67-
<version>5.0.2</version>
67+
<version>5.0.3</version>
6868
</dependency>
6969
```
7070

7171
### Latest Progress ###
7272

73+
v5.0.3 (11-April-2018)
74+
75+
- [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API
76+
77+
7378
v5.0.2 (7-April-2018)
7479

7580
- [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API

RELEASE.txt

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

9+
v5.0.3 (11-April-2018)
10+
11+
- #136: ServerConfig class should be public API
12+
13+
914
v5.0.2 (7-April-2018)
1015

1116
- #135: trustingAllHosts should be public on the Builder API
1217
- #131: NamedDataSource should implement EncodingAware
1318

14-
Solves the issue of missing optional class DKIM even when not used
15-
1619

1720
v5.0.1 (10-March-2018)
1821

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>5.0.3-SNAPSHOT</version>
10+
<version>5.0.3</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)