Skip to content

Commit ecb0b57

Browse files
christophstroblmp911de
authored andcommitted
Prepare 5.0 M1 (2025.1.0).
See #1539
1 parent 5255cd0 commit ecb0b57

File tree

2 files changed

+5
-51
lines changed

2 files changed

+5
-51
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-M1</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -97,7 +97,7 @@
9797
<hppc.version>0.5.4</hppc.version>
9898
<multithreadedtc.version>1.01</multithreadedtc.version>
9999
<project.type>multi</project.type>
100-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
100+
<springdata.commons>4.0.0-M1</springdata.commons>
101101
</properties>
102102

103103
<dependencyManagement>
@@ -360,20 +360,8 @@
360360
</profiles>
361361

362362
<repositories>
363-
<repository>
364-
<id>spring-snapshot</id>
365-
<url>https://repo.spring.io/snapshot</url>
366-
<snapshots>
367-
<enabled>true</enabled>
368-
</snapshots>
369-
<releases>
370-
<enabled>false</enabled>
371-
</releases>
372-
</repository>
373-
<repository>
374-
<id>spring-milestone</id>
375-
<url>https://repo.spring.io/milestone</url>
376-
</repository>
363+
364+
377365
</repositories>
378366

379367
</project>

src/main/resources/notice.txt

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Cassandra 4.5 GA (2025.0.0)
1+
Spring Data for Apache Cassandra 5.0 M1 (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").
@@ -8,37 +8,3 @@ This product may include a number of subcomponents with
88
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.
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-

0 commit comments

Comments
 (0)