Skip to content

Commit 9b5f326

Browse files
committed
updated readme
1 parent 020ce70 commit 9b5f326

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://www.opensource.org/licenses/MIT)
88
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.postmarkapp/postmark/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.postmarkapp/postmark)
99

10-
:star: :star: **IMPORTANT UPDATE** :star: :star: **As of version 1.9.0, we have migrated from ```com.wildbit.java``` groupid to ```com.postmarkapp```.**
11-
Make sure to update your maven pom.xml file, to use the latest version of the library. Check the new groupid in pom example below.
10+
:star: :star: **IMPORTANT UPDATE** :star: :star: **As of version 1.9.0, we migrated from groupid ```com.wildbit.java``` to ```com.postmarkapp```.**
11+
Please update your pom.xml file with new groupid and your imports to use the latest versions of the library.
12+
13+
Check out the new groupid in pom example below, under [installation section](#installation).
1214

1315
Postmark allows you to send your application's emails with high delivery rates, including bounce/spam processing and detailed statistics.
1416
In addition, Postmark can parse incoming emails which are forwarded back to your application.
@@ -32,8 +34,8 @@ Add the dependency to your project:
3234
</dependency>
3335
```
3436

35-
Note: to retrieve latest version number, visit [maven central repository](http://repo1.maven.org/maven2/com/wildbit/java/postmark/) , or check the badge at top of the page which is showing the latest version synced to Maven repository.
36-
[Maven central repository link](http://repo1.maven.org/maven2/com/wildbit/java/postmark/) might be slightly more acurrate, in case new version was published recently.
37+
Note: to retrieve latest version number, visit [maven central repository](https://repo1.maven.org/maven2/com/postmarkapp/postmark/) , or check the badge at top of the page which is showing the latest version synced to Maven repository.
38+
[Maven central repository link](https://repo1.maven.org/maven2/com/postmarkapp/postmark/) might be slightly more accurate, in case when new version was published recently.
3739

3840
## Issues & Comments
3941

0 commit comments

Comments
 (0)