1
0
mirror of synced 2026-09-11 02:19:47 +00:00

Release version 6.0.7 (2025.1.7).

See #3294
This commit is contained in:
Christoph Strobl
2026-08-14 10:51:49 +02:00
parent e92f2b2c04
commit 9091f4d504
2 changed files with 10 additions and 21 deletions
+8 -19
View File
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>6.0.7-SNAPSHOT</version>
<version>6.0.7</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>4.0.7-SNAPSHOT</version>
<version>4.0.7</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -17,7 +18,7 @@
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
<properties>
<springdata.commons>4.0.7-SNAPSHOT</springdata.commons>
<springdata.commons>4.0.7</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>9.2.9</elasticsearch-java>
@@ -488,20 +489,8 @@
</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>
</project>
+2 -2
View File
@@ -1,5 +1,5 @@
Spring Data Elasticsearch 6.0.6 (2025.1.6)
Copyright (c) [2013-2022] Pivotal Software, Inc.
Spring Data Elasticsearch 6.0.7 (2025.1.7)
Copyright (c) [2013-2026] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.