Skip to content

Commit 6c8eaa5

Browse files
committed
Update README
1 parent b0e1aa7 commit 6c8eaa5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## Important Notice
2-
3-
The [jSlack](https://search.maven.org/artifact/com.github.seratch/jslack) project has been transferred to [@slackapi](http://github.com/slackapi). The transfer is still in progress. The initial version will be released sometime soon! The jSlack maintenance releases for security issues or major bugfixes will be continued at https://github.com/seratch/jslack-maintenance-releases .
4-
5-
---
6-
71
## Slack SDK for Java
82

93
[![Maven Central](https://img.shields.io/maven-central/v/com.slack.api/slack-api-client.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.slack.api%22%20a%3A%22slack-api-client%22) [![Build Status](https://travis-ci.org/slackapi/java-slack-sdk.svg?branch=master)](https://travis-ci.org/slackapi/java-slack-sdk) [![codecov](https://codecov.io/gh/slackapi/java-slack-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/java-slack-sdk)
@@ -80,11 +74,15 @@ All released versions are available on the Maven Central repositories. The lates
8074

8175
The SDK supports **OpenJDK 8 and higher LTS versions**.
8276

83-
Users can expect every single patch release has been done after verifying functionalities by running [the basic CI builds with all LTS versions](https://github.com/slackapi/java-slack-sdk/blob/master/.travis.yml) and all the unit tests have passed at least on the latest LTS version. We don't run comprehensive verifications with all OpenJDK distributions but it should be working with all of them.
77+
Users can expect every single patch release has been done after verifying functionality by running [the basic CI builds with all LTS versions](https://github.com/slackapi/java-slack-sdk/blob/master/.travis.yml) and all the unit tests have passed at least on the latest LTS version. We don't run comprehensive verifications with all OpenJDK distributions but it should be working with all of them.
8478

8579
## Getting Help
8680

8781
If you get stuck, we’re here to help. The following are the best ways to get assistance working through your issue:
8882

8983
* Use our [GitHub Issue Tracker](https://github.com/slackapi/java-slack-sdk/issues) for reporting bugs or requesting features
9084
* Visit the [Slack Developer Community](https://slackcommunity.com/) for getting help using **Slack SDK for Java** or just generally bond with your fellow Slack developers.
85+
86+
## Important Notice for jSlack users
87+
88+
The [jSlack](https://search.maven.org/artifact/com.github.seratch/jslack) project has been transferred to [@slackapi](http://github.com/slackapi). The jSlack maintenance releases for security issues or major bugfixes will be continued at https://github.com/seratch/jslack-maintenance-releases .

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All released versions are available on the Maven Central repositories. The lates
4040

4141
The SDK supports **OpenJDK 8 and higher LTS versions**.
4242

43-
Users can expect every single patch release has been done after verifying functionalities by running [the basic CI builds with all LTS versions](https://github.com/slackapi/java-slack-sdk/blob/master/.travis.yml) and all the unit tests have passed at least on the latest LTS version. We don't run comprehensive verifications with all OpenJDK distributions but it should be working with all of them.
43+
Users can expect every single patch release has been done after verifying functionality by running [the basic CI builds with all LTS versions](https://github.com/slackapi/java-slack-sdk/blob/master/.travis.yml) and all the unit tests have passed at least on the latest LTS version. We don't run comprehensive verifications with all OpenJDK distributions but it should be working with all of them.
4444

4545
---
4646

0 commit comments

Comments
 (0)