Skip to content

Commit 380a3d6

Browse files
committed
Prepare 3.0 M3 (2022.0.0).
See #2581
1 parent e0d0470 commit 380a3d6

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>3.0.0-SNAPSHOT</version>
15+
<version>3.0.0-M3</version>
1616
</parent>
1717

1818
<properties>
@@ -332,8 +332,8 @@
332332

333333
<repositories>
334334
<repository>
335-
<id>spring-libs-snapshot</id>
336-
<url>https://repo.spring.io/libs-snapshot</url>
335+
<id>spring-libs-milestone</id>
336+
<url>https://repo.spring.io/libs-milestone</url>
337337
</repository>
338338
</repositories>
339339

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 M2 (2022.0.0)
1+
Spring Data Commons 3.0 M3 (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").
@@ -32,5 +32,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3232

3333

3434

35+
3536

3637

0 commit comments

Comments
 (0)