File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 33 =========================================================================
44
55 Simple Java Mail
6- Copyright 2009-2016 Benny Bottema
6+ Copyright 2009-2017 Benny Bottema
77 http://www.simplejavamail.org
88
99 This product uses no commercial products.
Original file line number Diff line number Diff line change @@ -44,12 +44,17 @@ Simple Java Mail is available in Maven Central:
4444<dependency>
4545 <groupId>org.simplejavamail</groupId>
4646 <artifactId>simple-java-mail</artifactId>
47- <version>4.1.0 </version>
47+ <version>4.1.1 </version>
4848</dependency>
4949```
5050
5151### Latest Progress ###
5252
53+ v4.1.1
54+
55+ - [ #50 ] ( https://github.com/bbottema/simple-java-mail/issues/50 ) : bug fix for manual naming datasources
56+
57+
5358v4.1.0
5459
5560- [ #48 ] ( https://github.com/bbottema/simple-java-mail/issues/48 ) : Added programmatic support trusting hosts for SSL connections
Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>4.1.0 </version>
6+ <version>4.1.1 </version>
77</dependency>
88
99RELEASE NOTES Java Simple Mail
1010
11+ v4.1.1
12+
13+ - #50: bug fix for manual naming datasources
14+
15+
1116v4.1.0
1217
1318- #48: Added programmatic support trusting hosts for SSL connections
Original file line number Diff line number Diff line change 77 <artifactId >simple-java-mail</artifactId >
88 <packaging >jar</packaging >
99 <name >Simple Java Mail</name >
10- <version >4.1.1 -SNAPSHOT</version >
10+ <version >4.1.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
You can’t perform that action at this time.
0 commit comments