Skip to content

Commit a15e3c0

Browse files
committed
Prepare 3.0 M1 (2022.0.0).
See #560
1 parent 28e37a0 commit a15e3c0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Geode 2.6 GA (2021.1.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
======================================================================
@@ -42,5 +42,6 @@ Spring Data for Apache Geode 2.6 GA (2021.1.0)
4242

4343

4444

45+
4546

4647

0 commit comments

Comments
 (0)