File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Simple Java Mail is available in Maven Central:
5050
5151### Latest Progress ###
5252
53- v4.0.0 (unreleased)
53+ v4.0.0
5454
5555- [ #41 ] ( https://github.com/bbottema/simple-java-mail/issues/41 ) : added support for fast parallel batch processing
5656- [ #42 ] ( https://github.com/bbottema/simple-java-mail/issues/42 ) : ** added support for config files**
@@ -59,6 +59,8 @@ v4.0.0 (unreleased)
5959- [ #38 ] ( https://github.com/bbottema/simple-java-mail/issues/38 ) : added support for anonymous proxy
6060- [ #38 ] ( https://github.com/bbottema/simple-java-mail/issues/38 ) : ** added support for authenticated proxy**
6161
62+ NOTE: All packages have been renamed to "org.simplejavamail.(..)".
63+
6264
6365v3.1.1
6466
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ http://www.simplejavamail.org
88
99RELEASE NOTES Java Simple Mail
1010
11- v4.0.0 (unreleased)
11+ v4.0.0
1212
1313- #41: added support for fast parallel batch processing
1414- #42: **added support for config files**
@@ -17,6 +17,8 @@ v4.0.0 (unreleased)
1717- #38: added support for anonymous proxy
1818- #38: **added support for authenticated proxy**
1919
20+ NOTE: All packages have been renamed to "org.simplejavamail.(..)".
21+
2022
2123v3.1.1
2224
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 >3.1.2 -SNAPSHOT</version >
10+ <version >4.0.1 -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