1
0
mirror of synced 2026-05-25 21:53:16 +00:00

Compare commits

...

8 Commits

Author SHA1 Message Date
Mark Paluch 122b0eb3dd Update CI Properties.
See #2988
2024-11-15 10:39:25 +01:00
Mark Paluch 48de54bf82 After release cleanups.
See #2988
2024-11-15 10:23:55 +01:00
Mark Paluch 17b7a89792 Prepare next development iteration.
See #2988
2024-11-15 10:23:53 +01:00
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
4 changed files with 22 additions and 9 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
+1 -1
View File
@@ -1,5 +1,5 @@
# Java versions
java.main.tag=17.0.12_7-jdk-focal
java.main.tag=17.0.13_11-jdk-focal
java.next.tag=22.0.2_9-jdk-jammy
# Docker container images - standard
+17 -5
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.2.11</version>
<version>5.2.13-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.11</version>
<version>3.2.13-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.11</springdata.commons>
<springdata.commons>3.2.13-SNAPSHOT</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.11.4</elasticsearch-java>
@@ -454,8 +454,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.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.