Skip to content

Commit fff2767

Browse files
committed
Prepare 3.0 M6 (2022.0.0).
See #2659
1 parent b902f23 commit fff2767

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-M6</version>
2626
</parent>
2727

2828
<properties>
@@ -362,8 +362,8 @@
362362

363363
<repositories>
364364
<repository>
365-
<id>spring-libs-snapshot</id>
366-
<url>https://repo.spring.io/libs-snapshot</url>
365+
<id>spring-libs-milestone</id>
366+
<url>https://repo.spring.io/libs-milestone</url>
367367
</repository>
368368
</repositories>
369369

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

3636

3737

38+
3839

3940

0 commit comments

Comments
 (0)