Skip to content

Commit cf829f6

Browse files
Prepare 4.0.2 (2025.1.2).
See #3428
1 parent fe1213d commit cf829f6

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

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>4.0.2-SNAPSHOT</version>
28+
<version>4.0.2</version>
2929
</parent>
3030

3131
<properties>
@@ -391,20 +391,8 @@
391391
</profiles>
392392

393393
<repositories>
394-
<repository>
395-
<id>spring-snapshot</id>
396-
<url>https://repo.spring.io/snapshot</url>
397-
<snapshots>
398-
<enabled>true</enabled>
399-
</snapshots>
400-
<releases>
401-
<enabled>false</enabled>
402-
</releases>
403-
</repository>
404-
<repository>
405-
<id>spring-milestone</id>
406-
<url>https://repo.spring.io/milestone</url>
407-
</repository>
394+
395+
408396
</repositories>
409397

410398
</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 4.0.1 (2025.1.1)
1+
Spring Data Commons 4.0.2 (2025.1.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").
@@ -16,3 +16,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1616

1717

1818

19+

0 commit comments

Comments
 (0)