Skip to content

Commit 62ad502

Browse files
committed
Prepare 3.1.10 (2023.0.10).
See #3043
1 parent 5ac8b7a commit 62ad502

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

pom.xml

+3-15
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.1.10-SNAPSHOT</version>
28+
<version>3.1.10</version>
2929
</parent>
3030

3131
<properties>
@@ -365,20 +365,8 @@
365365
</build>
366366

367367
<repositories>
368-
<repository>
369-
<id>spring-snapshot</id>
370-
<url>https://repo.spring.io/snapshot</url>
371-
<snapshots>
372-
<enabled>true</enabled>
373-
</snapshots>
374-
<releases>
375-
<enabled>false</enabled>
376-
</releases>
377-
</repository>
378-
<repository>
379-
<id>spring-milestone</id>
380-
<url>https://repo.spring.io/milestone</url>
381-
</repository>
368+
369+
382370
</repositories>
383371

384372
</project>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.1.9 (2023.0.9)
1+
Spring Data Commons 3.1.10 (2023.0.10)
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").
@@ -53,5 +53,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5353

5454

5555

56+
5657

5758

0 commit comments

Comments
 (0)