Skip to content

Commit 04f4efe

Browse files
committed
Prepare 3.2 M2 (2023.1.0).
See #2879
1 parent 1f7ad7c commit 04f4efe

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.2.0-SNAPSHOT</version>
28+
<version>3.2.0-M2</version>
2929
</parent>
3030

3131
<properties>
@@ -386,16 +386,6 @@
386386
</build>
387387

388388
<repositories>
389-
<repository>
390-
<id>spring-snapshot</id>
391-
<url>https://repo.spring.io/snapshot</url>
392-
<snapshots>
393-
<enabled>true</enabled>
394-
</snapshots>
395-
<releases>
396-
<enabled>false</enabled>
397-
</releases>
398-
</repository>
399389
<repository>
400390
<id>spring-milestone</id>
401391
<url>https://repo.spring.io/milestone</url>

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 Commons 3.2 M1 (2023.1.0)
1+
Spring Data Commons 3.2 M2 (2023.1.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").
@@ -45,5 +45,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4545

4646

4747

48+
4849

4950

0 commit comments

Comments
 (0)