Skip to content

Commit 24dae96

Browse files
Prepare 3.0 M5 (2022.0.0).
See #2632
1 parent 0bf62a8 commit 24dae96

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M5</version>
2626
</parent>
2727

2828
<properties>
@@ -357,8 +357,8 @@
357357

358358
<repositories>
359359
<repository>
360-
<id>spring-libs-snapshot</id>
361-
<url>https://repo.spring.io/libs-snapshot</url>
360+
<id>spring-libs-milestone</id>
361+
<url>https://repo.spring.io/libs-milestone</url>
362362
</repository>
363363
</repositories>
364364

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.0 M4 (2022.0.0)
1+
Spring Data Commons 3.0 M5 (2022.0.0)
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").
@@ -34,5 +34,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3434

3535

3636

37+
3738

3839

0 commit comments

Comments
 (0)