After release cleanups.

See #2700
This commit is contained in:
John Blum 2023-10-13 08:52:01 -07:00
parent 64c5fb16da
commit db3ad1338c
No known key found for this signature in database
GPG Key ID: 15C230D99A19D876

14
pom.xml
View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-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.2.0-RC1</springdata.commons>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.10.3</elasticsearch-java>
@ -468,6 +468,16 @@
</profiles>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>