Skip to content

Commit 3f4f0c1

Browse files
committed
Prepare 4.1 RC1 (2026.0.0).
See #3331
1 parent 55902c1 commit 3f4f0c1

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

pom.xml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
23

34
<modelVersion>4.0.0</modelVersion>
45

@@ -13,12 +14,12 @@
1314
<parent>
1415
<groupId>org.springframework.data.build</groupId>
1516
<artifactId>spring-data-parent</artifactId>
16-
<version>4.1.0-SNAPSHOT</version>
17+
<version>4.1.0-RC1</version>
1718
</parent>
1819

1920
<properties>
20-
<springdata.keyvalue>4.1.0-SNAPSHOT</springdata.keyvalue>
21-
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
21+
<springdata.keyvalue>4.1.0-RC1</springdata.keyvalue>
22+
<springdata.commons>4.1.0-RC1</springdata.commons>
2223
<beanutils>1.11.0</beanutils>
2324
<xstream>1.4.21</xstream>
2425
<pool>2.13.1</pool>
@@ -417,19 +418,7 @@
417418
</profiles>
418419

419420
<repositories>
420-
<repository>
421-
<id>spring-snapshot</id>
422-
<url>https://repo.spring.io/snapshot</url>
423-
<snapshots>
424-
<enabled>true</enabled>
425-
</snapshots>
426-
<releases>
427-
<enabled>false</enabled>
428-
</releases>
429-
</repository>
430-
<repository>
431-
<id>spring-milestone</id>
432-
<url>https://repo.spring.io/milestone</url>
433-
</repository>
421+
422+
434423
</repositories>
435-
</project>
424+
</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 Redis 4.1 M2 (2026.0.0)
1+
Spring Data Redis 4.1 RC1 (2026.0.0)
22
Copyright (c) [2010-2019] 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)