From ac044e7c094cd556cf1ca3792161ad4e795b92a5 Mon Sep 17 00:00:00 2001 From: dblock Date: Fri, 29 Jul 2022 15:43:47 -0400 Subject: [PATCH] Added Maven Central and Snapshot builds repo information. Signed-off-by: dblock --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb98024149..5deaf35215 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Code style and license headers](https://github.com/opensearch-project/opensearch-java/actions/workflows/checkstyle.yml/badge.svg?branch=main)](https://github.com/opensearch-project/opensearch-java/actions/workflows/checkstyle.yml) [![Build](https://github.com/opensearch-project/opensearch-java/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/opensearch-project/opensearch-java/actions/workflows/build.yml) +![Maven Central](https://img.shields.io/maven-central/v/org.opensearch.client/opensearch-java) [![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://discuss.opendistrocommunity.dev/c/clients/) ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success) @@ -25,8 +26,9 @@ This client is meant to replace the existing [OpenSearch Java High Level REST Cl ## Project Resources * [Project Website](https://opensearch.org/) -* [Downloads](https://opensearch.org/downloads.html) -* [Documentation](https://opensearch.org/docs/) +* [Documentation](https://opensearch.org/docs/latest/clients/java/) +* [Maven Central](https://search.maven.org/artifact/org.opensearch.client/opensearch-java) +* [Snapshot Builds](https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/client/opensearch-java/) * Need help? Try [Forums](https://discuss.opendistrocommunity.dev/) * [Project Principles](https://opensearch.org/#principles) * [Contributing to OpenSearch](CONTRIBUTING.md)