1
0
mirror of synced 2026-05-27 06:33:18 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Mark Paluch 71801d6c53 After release cleanups.
See #3111
2025-06-13 10:18:24 +02:00
Mark Paluch 609fc1e213 Prepare next development iteration.
See #3111
2025-06-13 10:18:23 +02:00
+17 -5
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.3.13</version>
<version>5.3.14-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.13</version>
<version>3.3.14-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.3.13</springdata.commons>
<springdata.commons>3.3.14-SNAPSHOT</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.13.4</elasticsearch-java>
@@ -461,8 +461,20 @@
</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>
</repository>
</repositories>
</project>