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

Compare commits

...

6 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
Mark Paluch d2fd6b05b9 Release version 5.3.13 (2024.0.13).
See #3111
2025-06-13 10:16:01 +02:00
Mark Paluch 0f725fb9be Prepare 5.3.13 (2024.0.13).
See #3111
2025-06-13 10:15:42 +02:00
Mark Paluch dab6e1708f After release cleanups.
See #3094
2025-05-16 10:08:26 +02:00
Mark Paluch 4c60bb04fd Prepare next development iteration.
See #3094
2025-05-16 10:08:25 +02:00
2 changed files with 19 additions and 6 deletions
+17 -5
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.3.12</version>
<version>5.3.14-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.12</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.12</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>
+2 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 5.3.12 (2024.0.12)
Spring Data Elasticsearch 5.3.13 (2024.0.13)
Copyright (c) [2013-2022] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -32,5 +32,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.