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

Compare commits

...

5 Commits

Author SHA1 Message Date
Mark Paluch e6c31972ca Release version 5.2.12 (2023.1.12).
See #2988
2024-11-15 10:21:37 +01:00
Mark Paluch 509157a969 Prepare 5.2.12 (2023.1.12).
See #2988
2024-11-15 10:21:22 +01:00
Mark Paluch 08aad9bc65 Upgrade to Maven Wrapper 3.9.9.
See #3000
2024-11-07 09:51:02 +01:00
Mark Paluch 0f0cf23779 After release cleanups.
See #2980
2024-10-18 10:17:03 +02:00
Mark Paluch f02c338b61 Prepare next development iteration.
See #2980
2024-10-18 10:17:02 +02:00
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
#Thu Aug 08 10:17:24 CEST 2024
#Thu Nov 07 09:51:02 CET 2024
wrapperUrl=https\://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
distributionUrl=https\://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https\://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
+3 -3
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.2.11</version>
<version>5.2.12</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.11</version>
<version>3.2.12</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.11</springdata.commons>
<springdata.commons>3.2.12</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.11.4</elasticsearch-java>
+2 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 5.2.11 (2023.1.11)
Spring Data Elasticsearch 5.2.12 (2023.1.12)
Copyright (c) [2013-2022] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -27,5 +27,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.