After release cleanups.

See #2982
This commit is contained in:
Mark Paluch 2024-10-18 12:49:41 +02:00
parent 378dcabe19
commit 172933af8e
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973

14
pom.xml
View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.4.0-RC1</version>
<version>3.4.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.4.0-RC1</springdata.commons>
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.15.0</elasticsearch-java>
@ -450,6 +450,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>