Skip to content

Commit 98bec8b

Browse files
mp911dejxblum
authored andcommitted
Prepare 3.0 M1 (2022.0.0).
See spring-projects#560
1 parent a5e1012 commit 98bec8b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-M1</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,7 +49,7 @@
4949
<log4j.version>2.16.0</log4j.version>
5050
<multithreadedtc.version>1.01</multithreadedtc.version>
5151
<snappy.version>0.4</snappy.version>
52-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
52+
<springdata.commons>3.0.0-M1</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

@@ -95,8 +95,8 @@
9595
<repositories>
9696

9797
<repository>
98-
<id>spring-libs-snapshot</id>
99-
<url>https://repo.spring.io/libs-snapshot</url>
98+
<id>spring-libs-milestone</id>
99+
<url>https://repo.spring.io/libs-milestone</url>
100100
</repository>
101101

102102
<repository>

src/main/resources/notice.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Geode 2.7 M2 (2021.2.0)
1+
Spring Data for Apache Geode 3.0 M1 (2022.0.0)
22
== NOTICE file corresponding to section 4 d of the Apache License, ==
33
== Version 2.0, for the Spring Framework distribution. ==
44
======================================================================
@@ -45,4 +45,7 @@ Spring Data for Apache Geode 2.7 M2 (2021.2.0)
4545

4646

4747

48+
<<<<<<< HEAD
4849

50+
=======
51+
>>>>>>> Prepare 3.0 M1 (2022.0.0).

0 commit comments

Comments
 (0)