After release cleanups.

See #2485
This commit is contained in:
Christoph Strobl 2023-03-20 14:26:21 +01:00
parent 9e35f70833
commit b8722bab84
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.4</version>
<version>3.0.5-SNAPSHOT</version>
</parent>
<name>Spring Data Elasticsearch</name>
@ -18,7 +18,7 @@
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
<properties>
<springdata.commons>3.0.4</springdata.commons>
<springdata.commons>3.0.5-SNAPSHOT</springdata.commons>
<!-- version of the RestHighLevelClient -->
<elasticsearch-rhlc>7.17.9</elasticsearch-rhlc>
@ -520,8 +520,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>