Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit d5e7321

Browse files
committed
Prepare 3.0 M2 (2022.0.0).
See #564
1 parent 1f9314b commit d5e7321

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

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-M2</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -50,7 +50,7 @@
5050
<micrometer>1.8.2</micrometer>
5151
<multithreadedtc.version>1.01</multithreadedtc.version>
5252
<snappy.version>0.4</snappy.version>
53-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
53+
<springdata.commons>3.0.0-M2</springdata.commons>
5454
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5555
</properties>
5656

@@ -96,8 +96,8 @@
9696
<repositories>
9797

9898
<repository>
99-
<id>spring-libs-snapshot</id>
100-
<url>https://repo.spring.io/libs-snapshot</url>
99+
<id>spring-libs-milestone</id>
100+
<url>https://repo.spring.io/libs-milestone</url>
101101
</repository>
102102

103103
<repository>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Geode 3.0 M1 (2022.0.0)
1+
Spring Data for Apache Geode 3.0 M2 (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
======================================================================
@@ -49,3 +49,4 @@ Spring Data for Apache Geode 3.0 M1 (2022.0.0)
4949

5050
=======
5151
>>>>>>> Prepare 3.0 M1 (2022.0.0).
52+

0 commit comments

Comments
 (0)