Skip to content

Commit c82401a

Browse files
committed
Prepare 4.0 M1 (2022.0.0).
See #3927
1 parent 03e43aa commit c82401a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>3.0.0-SNAPSHOT</version>
18+
<version>3.0.0-M1</version>
1919
</parent>
2020

2121
<modules>
@@ -27,7 +27,7 @@
2727
<source.level>16</source.level>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
30+
<springdata.commons>3.0.0-M1</springdata.commons>
3131
<mongo>4.4.1</mongo>
3232
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -135,8 +135,8 @@
135135

136136
<repositories>
137137
<repository>
138-
<id>spring-libs-snapshot</id>
139-
<url>https://repo.spring.io/libs-snapshot</url>
138+
<id>spring-libs-milestone</id>
139+
<url>https://repo.spring.io/libs-milestone</url>
140140
</repository>
141141
<repository>
142142
<id>sonatype-libs-snapshot</id>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 3.3 GA (2021.1.0)
1+
Spring Data MongoDB 4.0 M1 (2022.0.0)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -30,5 +30,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3030

3131

3232

33+
3334

3435

0 commit comments

Comments
 (0)