File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff 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
5965API usability release. ** This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)**
Original file line number Diff line number Diff 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+
914v4.4.4 (21-August-2017)
1015
1116API usability release. *This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)*
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.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
You can’t perform that action at this time.
0 commit comments