Skip to content

Commit 9e588f6

Browse files
Prepare 3.5.5 (2025.0.5).
See #3359
1 parent 2fb942d commit 9e588f6

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.5.5-SNAPSHOT</version>
28+
<version>3.5.5</version>
2929
</parent>
3030

3131
<properties>
@@ -387,20 +387,8 @@
387387
</profiles>
388388

389389
<repositories>
390-
<repository>
391-
<id>spring-snapshot</id>
392-
<url>https://repo.spring.io/snapshot</url>
393-
<snapshots>
394-
<enabled>true</enabled>
395-
</snapshots>
396-
<releases>
397-
<enabled>false</enabled>
398-
</releases>
399-
</repository>
400-
<repository>
401-
<id>spring-milestone</id>
402-
<url>https://repo.spring.io/milestone</url>
403-
</repository>
390+
391+
404392
</repositories>
405393

406394
</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 Commons 3.5.4 (2025.0.4)
1+
Spring Data Commons 3.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").
@@ -64,5 +64,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
6464

6565

6666

67+
6768

6869

0 commit comments

Comments
 (0)