Prepare 3.3.11 (2024.0.11).

See #3108
This commit is contained in:
Mark Paluch
2025-04-22 09:58:21 +02:00
parent b01053b1cb
commit 08d4ac8dea
2 changed files with 7 additions and 18 deletions

22
pom.xml
View File

@@ -14,12 +14,12 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>3.3.11-SNAPSHOT</version> <version>3.3.11</version>
</parent> </parent>
<properties> <properties>
<springdata.keyvalue>3.3.11-SNAPSHOT</springdata.keyvalue> <springdata.keyvalue>3.3.11</springdata.keyvalue>
<springdata.commons>3.3.11-SNAPSHOT</springdata.commons> <springdata.commons>3.3.11</springdata.commons>
<awaitility>4.0.2</awaitility> <awaitility>4.0.2</awaitility>
<beanutils>1.9.4</beanutils> <beanutils>1.9.4</beanutils>
<xstream>1.4.21</xstream> <xstream>1.4.21</xstream>
@@ -376,19 +376,7 @@
</profiles> </profiles>
<repositories> <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> </repositories>
</project> </project>

View File

@@ -1,4 +1,4 @@
Spring Data Redis 3.3.10 (2024.0.10) Spring Data Redis 3.3.11 (2024.0.11)
Copyright (c) [2010-2019] Pivotal Software, Inc. Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License"). This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -63,5 +63,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.