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

Compare commits

...

5 Commits

Author SHA1 Message Date
Christoph Strobl b66146dadd Release version 5.4.10 (2024.1.10).
See #3152
2025-09-12 10:53:28 +02:00
Christoph Strobl 930c04e355 Prepare 5.4.10 (2024.1.10).
See #3152
2025-09-12 10:53:02 +02:00
Mark Paluch 4f475575e6 Refine version properties for documentation build.
See spring-projects/spring-data-build#2638
2025-08-18 09:16:33 +02:00
Mark Paluch 268f73e692 After release cleanups.
See #3133
2025-08-15 08:41:14 +02:00
Mark Paluch 37c20975a9 Prepare next development iteration.
See #3133
2025-08-15 08:41:13 +02:00
3 changed files with 15 additions and 14 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.4.9</version>
<version>5.4.10</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.4.9</version>
<version>3.4.10</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.4.9</springdata.commons>
<springdata.commons>3.4.10</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.15.5</elasticsearch-java>
@@ -5,18 +5,18 @@ asciidoc:
attributes:
attribute-missing: 'warn'
chomp: 'all'
version: ${project.version}
copyright-year: ${current.year}
springversionshort: ${spring.short}
springversion: ${spring}
commons: ${springdata.commons.docs}
version: '${project.version}'
copyright-year: '${current.year}'
springversionshort: '${spring.short}'
springversion: '${spring}'
commons: '${springdata.commons.docs}'
include-xml-namespaces: false
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference/{commons}
spring-data-commons-docs-url: '${documentation.baseurl}/spring-data/commons/reference/${springdata.commons.short}'
spring-data-commons-javadoc-base: '{spring-data-commons-docs-url}/api/java'
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
springdocsurl: '${documentation.baseurl}/spring-framework/reference/{springversionshort}'
spring-framework-docs: '{springdocsurl}'
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
springjavadocurl: '${documentation.spring-javadoc-url}'
spring-framework-javadoc: '{springjavadocurl}'
springhateoasversion: ${spring-hateoas}
releasetrainversion: ${releasetrain}
springhateoasversion: '${spring-hateoas}'
releasetrainversion: '${releasetrain}'
store: Elasticsearch
+2 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 5.4.9 (2024.1.9)
Spring Data Elasticsearch 5.4.10 (2024.1.10)
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.