Skip to content

Commit ee9c13a

Browse files
committed
Prepare 3.2.2 (2023.1.2).
See #3009
1 parent a7aef15 commit ee9c13a

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

Diff for: pom.xml

+3-15
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.2-SNAPSHOT</version>
28+
<version>3.2.2</version>
2929
</parent>
3030

3131
<properties>
@@ -379,20 +379,8 @@
379379
</profiles>
380380

381381
<repositories>
382-
<repository>
383-
<id>spring-snapshot</id>
384-
<url>https://repo.spring.io/snapshot</url>
385-
<snapshots>
386-
<enabled>true</enabled>
387-
</snapshots>
388-
<releases>
389-
<enabled>false</enabled>
390-
</releases>
391-
</repository>
392-
<repository>
393-
<id>spring-milestone</id>
394-
<url>https://repo.spring.io/milestone</url>
395-
</repository>
382+
383+
396384
</repositories>
397385

398386
</project>

Diff for: 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.1 (2023.1.1)
1+
Spring Data Commons 3.2.2 (2023.1.2)
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").
@@ -50,5 +50,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5050

5151

5252

53+
5354

5455

0 commit comments

Comments
 (0)