Skip to content

Commit 298dbc8

Browse files
committed
Preparing 6.0.0-rc2, which contains a bug fix for Spring
1 parent 7704af6 commit 298dbc8

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

README.md

Lines changed: 4 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-rc1%22)
3-
[![Javadocs](https://img.shields.io/badge/javadoc-6.0.0_rc1-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-rc2%22)
3+
[![Javadocs](https://img.shields.io/badge/javadoc-6.0.0_rc2-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
[![Paypal Donate](https://img.shields.io/badge/buy%20me%20-a%20beer-blue.svg?style=flat)](https://paypal.me/bennybottema)
@@ -19,13 +19,13 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
1919
<dependency>
2020
<groupId>org.simplejavamail</groupId>
2121
<artifactId>simple-java-mail</artifactId>
22-
<version>6.0.0-rc1</version>
22+
<version>6.0.0-rc2</version>
2323
</dependency>
2424
```
2525

2626
### Latest Progress ###
2727

28-
[v6.0.0-rc1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.0.0-rc1%7Cjar) (18-December-2019)
28+
v6.0.0-rc1 - [v6.0.0-rc2](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.0.0-rc2%7Cjar) (18-December-2019 - 19-December-2019)
2929

3030
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:
3131

RELEASE.txt

Lines changed: 2 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-rc1</version>
6+
<version>6.0.0-rc2</version>
77
</dependency>
88

9-
v6.0.0-rc1 (18-December-2019)
9+
v6.0.0-rc1 - v6.0.0-rc2 (18-December-2019 - 19-December-2019)
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

angular-app

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

0 commit comments

Comments
 (0)