Skip to content

Commit b3b967a

Browse files
committed
Preparing 6.0.0-rc4
1 parent f4d5120 commit b3b967a

File tree

14 files changed

+24
-18
lines changed

14 files changed

+24
-18
lines changed

README.md

Lines changed: 7 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-rc3%22)
3-
[![Javadocs](https://img.shields.io/badge/javadoc-6.0.0_rc3-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-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)
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-rc3</version>
21+
<version>6.0.0-rc4</version>
2222
</dependency>
2323
```
2424

2525
### Latest Progress ###
2626

27-
v6.0.0-rc1 - [v6.0.0-rc3](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.0.0-rc3%7Cjar) (18-December-2019 - 8-January-2020)
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)
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

@@ -57,6 +57,9 @@ Here's the complete list of changes:
5757
- [#193](https://github.com/bbottema/simple-java-mail/issues/193) Simple Java Mail should use default server ports when not provided by the user
5858

5959
#### Bugs solved ####
60+
- [#242](https://github.com/bbottema/simple-java-mail/issues/242) Renamed log4j2.xml to log4j2_example.xml so it doesn't clash with project config
61+
- [#241](https://github.com/bbottema/simple-java-mail/issues/241) EmailConverter.outlookMsgToEmail duplicates recipients
62+
- [#239](https://github.com/bbottema/simple-java-mail/issues/239) List of Recipients not ordered as added (insertion order not maintained)
6063
- [#236](https://github.com/bbottema/simple-java-mail/issues/236) Message ID should be mapped from Outlook messages as well
6164
- [#210](https://github.com/bbottema/simple-java-mail/issues/210) Connection/session timeout properties not set when not sending in batch mode
6265
- [#201](https://github.com/bbottema/simple-java-mail/issues/201) When parsing Outlook message, FROM address should default to a dummy address when missing

RELEASE.txt

Lines changed: 5 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-rc3</version>
6+
<version>6.0.0-rc4</version>
77
</dependency>
88

9-
v6.0.0-rc1 - v6.0.0-rc3 (18-December-2019 - 8-January-2020)
9+
v6.0.0-rc1 - v6.0.0-rc4 (18-December-2019 - 9-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

@@ -39,6 +39,9 @@ Here's the complete list of changes:
3939
- #193: Simple Java Mail should use default server ports when not provided by the user
4040

4141
#### Bugs solved ####
42+
- #242: Renamed log4j2.xml to log4j2_example.xml so it doesn't clash with project config
43+
- #241: EmailConverter.outlookMsgToEmail duplicates recipients
44+
- #239: List of Recipients not ordered as added (insertion order not maintained)
4245
- #236: Message ID should be mapped from Outlook messages as well
4346
- #210: Connection/session timeout properties not set when not sending in batch mode
4447
- #201: When parsing Outlook message, FROM address should default to a dummy address when missing

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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</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-rc3</version>
11+
<version>6.0.0-rc4</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)