1
0
mirror of synced 2026-05-23 12:43:17 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
Mark Paluch 08823409c5 Release version 4.4.9 (2021.2.9).
See #2461
2023-03-03 10:19:08 +01:00
Mark Paluch 834f48ff67 Prepare 4.4.9 (2021.2.9).
See #2461
2023-03-03 10:18:48 +01:00
Mark Paluch 7158e04859 Upgrade to Maven Wrapper 3.9.0.
See #2473
2023-02-20 12:02:21 +01:00
Mark Paluch 5074f14f34 After release cleanups.
See #2425
2023-02-17 10:11:46 +01:00
Mark Paluch d048df2c0d Prepare next development iteration.
See #2425
2023-02-17 10:11:44 +01:00
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
#Fri Jun 03 09:39:36 CEST 2022
#Mon Feb 20 12:02:21 CET 2023
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.8.5/apache-maven-3.8.5-bin.zip
distributionUrl=https\://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
+3 -3
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>4.4.8</version>
<version>4.4.9</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.8</version>
<version>2.7.9</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -24,7 +24,7 @@
<elasticsearch-java>7.17.9</elasticsearch-java>
<log4j>2.17.1</log4j>
<netty>4.1.65.Final</netty>
<springdata.commons>2.7.8</springdata.commons>
<springdata.commons>2.7.9</springdata.commons>
<testcontainers>1.16.2</testcontainers>
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
<java-module-name>spring.data.elasticsearch</java-module-name>
+2 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 4.4.8 (2021.2.8)
Spring Data Elasticsearch 4.4.9 (2021.2.9)
Copyright (c) [2013-2021] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -44,5 +44,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.