Skip to content

Commit 456715c

Browse files
committed
Prepare 4.5 M2 (2025.0.0).
See #1558
1 parent 58a8aa8 commit 456715c

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

pom.xml

+2-12
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>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0-M2</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>3.5.0-SNAPSHOT</springdata.commons>
100+
<springdata.commons>3.5.0-M2</springdata.commons>
101101
</properties>
102102

103103
<dependencyManagement>
@@ -360,16 +360,6 @@
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>
373363
<repository>
374364
<id>spring-milestone</id>
375365
<url>https://repo.spring.io/milestone</url>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Cassandra 4.5 M1 (2025.0.0)
1+
Spring Data for Apache Cassandra 4.5 M2 (2025.0.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").
@@ -37,5 +37,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3737

3838

3939

40+
4041

4142

0 commit comments

Comments
 (0)