Skip to content

Commit 05e0131

Browse files
committed
Prepare 4.5.2 (2025.0.2).
See #1583
1 parent 97ed440 commit 05e0131

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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -111,7 +111,7 @@
111111
<hppc.version>0.5.4</hppc.version>
112112
<multithreadedtc.version>1.01</multithreadedtc.version>
113113
<project.type>multi</project.type>
114-
<springdata.commons>3.5.2-SNAPSHOT</springdata.commons>
114+
<springdata.commons>3.5.2</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -374,20 +374,8 @@
374374
</profiles>
375375

376376
<repositories>
377-
<repository>
378-
<id>spring-snapshot</id>
379-
<url>https://repo.spring.io/snapshot</url>
380-
<snapshots>
381-
<enabled>true</enabled>
382-
</snapshots>
383-
<releases>
384-
<enabled>false</enabled>
385-
</releases>
386-
</repository>
387-
<repository>
388-
<id>spring-milestone</id>
389-
<url>https://repo.spring.io/milestone</url>
390-
</repository>
377+
378+
391379
</repositories>
392380

393381
</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 4.5.1 (2025.0.1)
1+
Spring Data for Apache Cassandra 4.5.2 (2025.0.2)
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").
@@ -41,5 +41,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4141

4242

4343

44+
4445

4546

0 commit comments

Comments
 (0)