Skip to content

Commit 4a50ae8

Browse files
committed
Prepare 3.2 M3 (2023.1.0).
See #2908
1 parent e901923 commit 4a50ae8

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

pom.xml

+1-11
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-M3</version>
2929
</parent>
3030

3131
<properties>
@@ -382,16 +382,6 @@
382382
</profiles>
383383

384384
<repositories>
385-
<repository>
386-
<id>spring-snapshot</id>
387-
<url>https://repo.spring.io/snapshot</url>
388-
<snapshots>
389-
<enabled>true</enabled>
390-
</snapshots>
391-
<releases>
392-
<enabled>false</enabled>
393-
</releases>
394-
</repository>
395385
<repository>
396386
<id>spring-milestone</id>
397387
<url>https://repo.spring.io/milestone</url>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.2 M2 (2023.1.0)
1+
Spring Data Commons 3.2 M3 (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").
@@ -46,5 +46,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4646

4747

4848

49+
4950

5051

0 commit comments

Comments
 (0)