16
pom.xml
16
pom.xml
@@ -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.5.0-SNAPSHOT</version>
|
<version>3.5.0-M1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<springdata.keyvalue>3.5.0-SNAPSHOT</springdata.keyvalue>
|
<springdata.keyvalue>3.5.0-M1</springdata.keyvalue>
|
||||||
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
|
<springdata.commons>3.5.0-M1</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>
|
||||||
@@ -389,16 +389,6 @@
|
|||||||
</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>
|
<repository>
|
||||||
<id>spring-milestone</id>
|
<id>spring-milestone</id>
|
||||||
<url>https://repo.spring.io/milestone</url>
|
<url>https://repo.spring.io/milestone</url>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data Redis 3.4 GA (2024.1.0)
|
Spring Data Redis 3.5 M1 (2025.0.0)
|
||||||
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").
|
||||||
@@ -56,5 +56,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user