Skip to content

Commit 54c1f9a

Browse files
committed
Prepare 5.0 M3 (2025.1.0).
See #1572
1 parent 59826d4 commit 54c1f9a

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-M3</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -93,7 +93,7 @@
9393
<cassandra-driver.version>4.19.0</cassandra-driver.version>
9494
<dist.id>spring-data-cassandra</dist.id>
9595
<multithreadedtc.version>1.01</multithreadedtc.version>
96-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
96+
<springdata.commons>4.0.0-M3</springdata.commons>
9797
</properties>
9898

9999
<dependencyManagement>
@@ -349,20 +349,8 @@
349349
</profiles>
350350

351351
<repositories>
352-
<repository>
353-
<id>spring-snapshot</id>
354-
<url>https://repo.spring.io/snapshot</url>
355-
<snapshots>
356-
<enabled>true</enabled>
357-
</snapshots>
358-
<releases>
359-
<enabled>false</enabled>
360-
</releases>
361-
</repository>
362-
<repository>
363-
<id>spring-milestone</id>
364-
<url>https://repo.spring.io/milestone</url>
365-
</repository>
352+
353+
366354
</repositories>
367355

368356
</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 for Apache Cassandra 5.0 M2 (2025.1.0)
1+
Spring Data for Apache Cassandra 5.0 M3 (2025.1.0)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -9,3 +9,4 @@ separate copyright notices and license terms. Your use of the source
99
code for the these subcomponents is subject to the terms and
1010
conditions of the subcomponent's license, as noted in the LICENSE file.
1111

12+

0 commit comments

Comments
 (0)