Skip to content

Commit 1e43d8e

Browse files
committed
Released 4.0.0!
1 parent 9401f8d commit 1e43d8e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6365
v3.1.1
6466

RELEASE.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http://www.simplejavamail.org
88

99
RELEASE 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

2123
v3.1.1
2224

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>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

0 commit comments

Comments
 (0)