Skip to content

Commit ad68771

Browse files
committed
Prepare 6.1 RC1 (2026.0.0).
See #3258
1 parent eb5c687 commit ad68771

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-parent</artifactId>
13-
<version>4.1.0-SNAPSHOT</version>
13+
<version>4.1.0-RC1</version>
1414
</parent>
1515

1616
<name>Spring Data Elasticsearch</name>
1717
<description>Spring Data Implementation for Elasticsearch</description>
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21-
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
21+
<springdata.commons>4.1.0-RC1</springdata.commons>
2222

2323
<!-- version of the ElasticsearchClient -->
2424
<elasticsearch-java>9.3.4</elasticsearch-java>
@@ -499,20 +499,8 @@
499499
</profiles>
500500

501501
<repositories>
502-
<repository>
503-
<id>spring-snapshot</id>
504-
<url>https://repo.spring.io/snapshot</url>
505-
<snapshots>
506-
<enabled>true</enabled>
507-
</snapshots>
508-
<releases>
509-
<enabled>false</enabled>
510-
</releases>
511-
</repository>
512-
<repository>
513-
<id>spring-milestone</id>
514-
<url>https://repo.spring.io/milestone</url>
515-
</repository>
502+
503+
516504
</repositories>
517505

518506
</project>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 6.1 M2 (2026.0.0)
1+
Spring Data Elasticsearch 6.1 RC1 (2026.0.0)
22
Copyright (c) [2013-2022] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -18,3 +18,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1818

1919

2020

21+

0 commit comments

Comments
 (0)