Skip to content

Commit fcfb94d

Browse files
committed
Preparing final release 6.0.0
1 parent 49e7d31 commit fcfb94d

File tree

14 files changed

+26
-18
lines changed

14 files changed

+26
-18
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](modules/simple-java-mail/LICENSE-2.0.txt)
2-
[![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20v%3A%226.0.0-rc4%22)
3-
[![Javadocs](https://img.shields.io/badge/javadoc-6.0.0_rc4-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/maven-master-project)
2+
[![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20v%3A%226.0.0%22)
3+
[![Javadocs](https://img.shields.io/badge/javadoc-6.0.0-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/maven-master-project)
44
[![Codacy](https://img.shields.io/codacy/grade/c7506663a4ab41e49b9675d87cd900b7.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail)
55
![Java 1.7+](https://img.shields.io/badge/java-1.7+-lightgray.svg)
66

@@ -18,13 +18,13 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
1818
<dependency>
1919
<groupId>org.simplejavamail</groupId>
2020
<artifactId>simple-java-mail</artifactId>
21-
<version>6.0.0-rc4</version>
21+
<version>6.0.0</version>
2222
</dependency>
2323
```
2424

2525
### Latest Progress ###
2626

27-
v6.0.0-rc1 - [v6.0.0-rc4](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.0.0-rc4%7Cjar) (18-December-2019 - 9-January-2020)
27+
v6.0.0-rc1 - [v6.0.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.0.0%7Cjar) (18-December-2019 - 24-January-2020)
2828

2929
After almost two years of development the next major release 6.0.0 is finally here! And what a doozy it is, with the following major new features:
3030

@@ -78,6 +78,10 @@ Here's the complete list of changes:
7878
- [#146](https://github.com/bbottema/simple-java-mail/issues/146) Added OSGI manifest and switched to spotbugs
7979

8080
#### Included changes from outlook-message-parser ####
81+
- v1.7.1: [#25](https://github.com/bbottema/outlook-message-parser/issues/25) NPE on ClientSubmitTime when original message has not been sent yet
82+
- v1.7.1: [#23](https://github.com/bbottema/outlook-message-parser/issues/23) Bug: __nameid_ directory should not be parsed (and causing invalid HTML body)
83+
- v1.7.0: [#18](https://github.com/bbottema/outlook-message-parser/issues/18) Upgrade Apache POI 3.9 -> 4.x (but managed back for Simple Java Mail due to incompatibility with Java 7)
84+
- v1.6.0: [#21](https://github.com/bbottema/outlook-message-parser/issues/21) Multiple TO recipients are not handles properly
8185
- v1.5.0: [#20](https://github.com/bbottema/outlook-message-parser/issues/20) CC and BCC recipients are not parsed properly
8286
- v1.5.0: [#19](https://github.com/bbottema/outlook-message-parser/issues/19) Use real Outlook ContentId Attribute to resolve CID Attachments
8387
- v1.4.1: [#17](https://github.com/bbottema/outlook-message-parser/issues/17) Fixed encoding error for UTF-8's Windows legacy name (cp)65001

RELEASE.txt

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

9-
v6.0.0-rc1 - v6.0.0-rc4 (18-December-2019 - 9-January-2020)
9+
v6.0.0-rc1 - v6.0.0 (18-December-2019 - 24-January-2020)
1010

1111
After almost two years of development the next major release 6.0.0 is finally here! And what a doozy it is, with the following major new features:
1212

@@ -60,6 +60,10 @@ Here's the complete list of changes:
6060
- #146: Added OSGI manifest and switched to spotbugs
6161

6262
#### Included changes from the outlook-message-parser dependency ####
63+
- v1.7.1: #25: NPE on ClientSubmitTime when original message has not been sent yet
64+
- v1.7.1: #23: Bug: __nameid_ directory should not be parsed (and causing invalid HTML body)
65+
- v1.7.0: #18: Upgrade Apache POI 3.9 -> 4.x (but managed back for Simple Java Mail due to incompatibility with Java 7)
66+
- v1.6.0: #21: Multiple TO recipients are not handles properly
6367
- v1.5.0: #20: CC and BCC recipients are not parsed properly
6468
- v1.5.0: #19: Use real Outlook ContentId Attribute to resolve CID Attachments
6569
- v1.4.1: #17: Fixed encoding error for UTF-8's Windows legacy name (cp)65001

modules/authenticated-socks-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/batch-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/cli-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/core-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/core-test-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/dkim-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/jacoco-aggregator-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/outlook-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.simplejavamail</groupId>
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
11-
<version>6.0.0-rc4</version>
11+
<version>6.0.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)