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

Compare commits

..

7 Commits

Author SHA1 Message Date
Mark Paluch 0a965c2fe1 After release cleanups.
See #2333
2022-11-18 10:35:11 +01:00
Mark Paluch 2542634981 Prepare next development iteration.
See #2333
2022-11-18 10:35:09 +01:00
Mark Paluch 24195361d9 Release version 4.3.10 (2021.1.10).
See #2333
2022-11-18 10:22:10 +01:00
Mark Paluch 3cf8783e44 Prepare 4.3.10 (2021.1.10).
See #2333
2022-11-18 10:21:07 +01:00
Tiny 831b12a686 Update Dynamic.java
Original Pull Request #2357
Closes #2359

(cherry picked from commit f8ddf16c0c)
(cherry picked from commit a1094527a9)
2022-11-10 20:38:54 +01:00
Spring Builds 79813a428b After release cleanups.
See #2331
2022-10-13 12:37:12 +00:00
Spring Builds bb33ab299d Prepare next development iteration.
See #2331
2022-10-13 12:36:59 +00:00
3 changed files with 8 additions and 7 deletions
+5 -5
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>4.3.9</version>
<version>4.3.11-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.6.9</version>
<version>2.6.11-SNAPSHOT</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -21,7 +21,7 @@
<elasticsearch>7.15.2</elasticsearch>
<log4j>2.17.0</log4j>
<netty>4.1.65.Final</netty>
<springdata.commons>2.6.9</springdata.commons>
<springdata.commons>2.6.11-SNAPSHOT</springdata.commons>
<testcontainers>1.15.3</testcontainers>
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -505,8 +505,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
@@ -46,7 +46,7 @@ public enum Dynamic {
/**
* Inherit the dynamic setting from their parent object or from the mapping type.
*/
INHERIT("nherit");
INHERIT("inherit");
private final String mappedName;
+2 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 4.3.9 (2021.1.9)
Spring Data Elasticsearch 4.3.10 (2021.1.10)
Copyright (c) [2013-2021] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -39,5 +39,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.