Skip to content

Commit

Permalink
Released 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Jul 30, 2016
1 parent b6bbe6a commit 3d8a41f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=========================================================================

Simple Java Mail
Copyright 2009-2016 Benny Bottema
Copyright 2009-2017 Benny Bottema
http://www.simplejavamail.org

This product uses no commercial products.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ Simple Java Mail is available in Maven Central:
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
```

### Latest Progress ###

v4.1.1

- [#50](https://github.com/bbottema/simple-java-mail/issues/50): bug fix for manual naming datasources


v4.1.0

- [#48](https://github.com/bbottema/simple-java-mail/issues/48): Added programmatic support trusting hosts for SSL connections
Expand Down
7 changes: 6 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ http://www.simplejavamail.org
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>

RELEASE NOTES Java Simple Mail

v4.1.1

- #50: bug fix for manual naming datasources


v4.1.0

- #48: Added programmatic support trusting hosts for SSL connections
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>simple-java-mail</artifactId>
<packaging>jar</packaging>
<name>Simple Java Mail</name>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.2-SNAPSHOT</version>
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
<url>http://http://www.simplejavamail.org/</url>

Expand Down

0 comments on commit 3d8a41f

Please sign in to comment.