Skip to content

Commit 56e14fb

Browse files
Prepare 4.5.5 (2025.0.5).
See #1604
1 parent 1c3faf6 commit 56e14fb

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

1212
<groupId>org.springframework.data</groupId>
@@ -109,7 +109,7 @@
109109
<el.version>1.0</el.version>
110110
<multithreadedtc.version>1.01</multithreadedtc.version>
111111
<project.type>multi</project.type>
112-
<springdata.commons>3.5.5-SNAPSHOT</springdata.commons>
112+
<springdata.commons>3.5.5</springdata.commons>
113113
</properties>
114114

115115
<dependencyManagement>
@@ -281,20 +281,8 @@
281281
</profiles>
282282

283283
<repositories>
284-
<repository>
285-
<id>spring-snapshot</id>
286-
<url>https://repo.spring.io/snapshot</url>
287-
<snapshots>
288-
<enabled>true</enabled>
289-
</snapshots>
290-
<releases>
291-
<enabled>false</enabled>
292-
</releases>
293-
</repository>
294-
<repository>
295-
<id>spring-milestone</id>
296-
<url>https://repo.spring.io/milestone</url>
297-
</repository>
284+
285+
298286
</repositories>
299287

300288
</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.4 (2025.0.4)
1+
Spring Data for Apache Cassandra 4.5.5 (2025.0.5)
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").
@@ -44,5 +44,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4444

4545

4646

47+
4748

4849

0 commit comments

Comments
 (0)