Skip to content

Commit 2e31e8e

Browse files
committed
Prepare 5.0 M4 (2025.1.0).
See #1580
1 parent 015595c commit 2e31e8e

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
55

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-M4</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -107,7 +107,7 @@
107107
<cassandra-driver.version>4.19.0</cassandra-driver.version>
108108
<dist.id>spring-data-cassandra</dist.id>
109109
<multithreadedtc.version>1.01</multithreadedtc.version>
110-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
110+
<springdata.commons>4.0.0-M4</springdata.commons>
111111
</properties>
112112

113113
<dependencyManagement>
@@ -363,20 +363,8 @@
363363
</profiles>
364364

365365
<repositories>
366-
<repository>
367-
<id>spring-snapshot</id>
368-
<url>https://repo.spring.io/snapshot</url>
369-
<snapshots>
370-
<enabled>true</enabled>
371-
</snapshots>
372-
<releases>
373-
<enabled>false</enabled>
374-
</releases>
375-
</repository>
376-
<repository>
377-
<id>spring-milestone</id>
378-
<url>https://repo.spring.io/milestone</url>
379-
</repository>
366+
367+
380368
</repositories>
381369

382370
</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 M3 (2025.1.0)
1+
Spring Data for Apache Cassandra 5.0 M4 (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").
@@ -10,3 +10,4 @@ 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

1212

13+

0 commit comments

Comments
 (0)