Skip to content

Commit 588d89c

Browse files
committed
Split the versions on two lines to avoid git conflicts
1 parent d6c15a3 commit 588d89c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ I believe it could be beneficial for many, so I've made the code available here.
1111

1212
You're welcome to contribute your own examples if you'd like.
1313

14-
This repository is tested against **Elasticsearch Server 9.1.5** using
15-
**Elasticsearch Java API Client 9.2.0**.
14+
This repository is tested with:
15+
16+
* **Elasticsearch Server 9.1.5**
17+
* **Elasticsearch Java API Client 9.2.0**
1618

1719
We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).
1820

src/main/documentation/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ I believe it could be beneficial for many, so I've made the code available here.
1111

1212
You're welcome to contribute your own examples if you'd like.
1313

14-
This repository is tested against **Elasticsearch Server ${elasticsearch.version}** using
15-
**Elasticsearch Java API Client ${elasticsearch-client.version}**.
14+
This repository is tested with:
15+
16+
* **Elasticsearch Server ${elasticsearch.version}**
17+
* **Elasticsearch Java API Client ${elasticsearch-client.version}**
1618

1719
We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).
1820

0 commit comments

Comments
 (0)