From f31f206fe17a2bffe9d070cc4509f063a4324791 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 3 Nov 2025 21:57:26 -0500 Subject: [PATCH] Bump next version to 2.0.4 Signed-off-by: Andriy Redko --- README.md | 16 ++++++++-------- version.properties | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5606b712..6470ad8e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ By default, the `RestHighLevelCLient` is configured as the means to communicate org.opensearch.client spring-data-opensearch - 2.0.2 + 2.0.3 ``` @@ -59,7 +59,7 @@ To use Spring Boot 3.x auto configuration support: org.opensearch.client spring-data-opensearch-starter - 2.0.2 + 2.0.3 ``` @@ -69,7 +69,7 @@ To use Spring Boot 3.x auto configuration support for testing: org.opensearch.client spring-data-opensearch-test-autoconfigure - 2.0.2 + 2.0.3 test ``` @@ -82,7 +82,7 @@ To switch over to `OpenSearchClient`, the `opensearch-rest-high-level-client` de org.opensearch.client spring-data-opensearch - 2.0.2 + 2.0.3 org.opensearch.client @@ -104,7 +104,7 @@ To use Spring Boot 3.x auto configuration support: org.opensearch.client spring-data-opensearch-starter - 2.0.2 + 2.0.3 org.opensearch.client @@ -126,7 +126,7 @@ To use Spring Boot 3.x auto configuration support for testing: org.opensearch.client spring-data-opensearch-test-autoconfigure - 2.0.2 + 2.0.3 test @@ -344,7 +344,7 @@ Add the Apache Maven dependency: org.opensearch.client spring-data-opensearch - 2.0.2 + 2.0.3 ``` @@ -371,7 +371,7 @@ Add the Gradle dependency: ```groovy dependencies { ... - implementation "org.opensearch.client:spring-data-opensearch:2.0.2" + implementation "org.opensearch.client:spring-data-opensearch:2.0.3" ... } ``` diff --git a/version.properties b/version.properties index a80dc365..6d986d8a 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=2.0.3 +version=2.0.4