Skip to content

Commit 47eb225

Browse files
committed
released 5.0.0
1 parent 4b6da3e commit 47eb225

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt) [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.simplejavamail/simple-java-mail.svg)](https://stackoverflow.com/questions/7715321/how-to-download-snapshot-version-from-maven-snapshot-repository/7717234#7717234) [![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%20a%3A%22simple-java-mail%22) [![Javadocs](https://img.shields.io/badge/javadoc-4.4.5-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) [![Build Status](https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat)](https://travis-ci.org/bbottema/simple-java-mail) [![Codacy](https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail)
1+
[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt) [![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%20a%3A%22simple-java-mail%22) [![Javadocs](https://img.shields.io/badge/javadoc-4.4.5-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) [![Build Status](https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat)](https://travis-ci.org/bbottema/simple-java-mail) [![Codacy](https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail)
22

33
# Simple Java Mail #
44

@@ -66,15 +66,13 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6666
<dependency>
6767
<groupId>org.simplejavamail</groupId>
6868
<artifactId>simple-java-mail</artifactId>
69-
<version>4.4.5</version><!-- 5.0.0.rc2-SNAPSHOT in OSS snapshots repo -->
69+
<version>5.0.0</version>
7070
</dependency>
7171
```
7272

7373
### Latest Progress ###
7474

75-
v5.0.0.rc2-SNAPSHOT (26-December-2017)
76-
77-
This is currently a snapshot. To get access to it, add the [OSS snapshots repo](https://stackoverflow.com/a/7717234/441662) to your maven settings
75+
v5.0.0 (14-Februari-2018)
7876

7977
Also see the [migration notes](http://www.simplejavamail.org/#/migrate500)
8078

RELEASE.txt

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

9-
v5.0.0 release candidate 1 (26-December-2017)
10-
11-
This is currently a snapshot. To get access to it, add the OSS snapshots repo(https://stackoverflow.com/a/7717234/441662) to your maven settings
9+
v5.0.0 (14-Februari-2018)
1210

1311
Also see the migrating notes (http://www.simplejavamail.org/#/migrate500)
1412

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>5.0.0.rc2-SNAPSHOT</version>
10+
<version>5.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)