Skip to content

Commit 372d34d

Browse files
Release version 4.1 GA (2026.0.0).
See #3353
1 parent a978508 commit 372d34d

2 files changed

Lines changed: 10 additions & 21 deletions

File tree

pom.xml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

56
<groupId>org.springframework.data</groupId>
67
<artifactId>spring-data-redis</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
8+
<version>4.1.0</version>
89

910
<name>Spring Data Redis</name>
1011
<description>Spring Data module for Redis</description>
@@ -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</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</springdata.keyvalue>
22+
<springdata.commons>4.1.0</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Redis 4.1 RC1 (2026.0.0)
1+
Spring Data Redis 4.1 GA (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").

0 commit comments

Comments
 (0)