Skip to content

Commit c72cf0c

Browse files
committed
Prepare 3.2 M2 (2023.1.0).
See #412
1 parent 5954c4a commit c72cf0c

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>3.2.0-SNAPSHOT</version>
17+
<version>3.2.0-M2</version>
1818
</parent>
1919

2020
<properties>
2121
<spring-ldap>3.2.0-M1</spring-ldap>
22-
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
22+
<springdata.commons>3.2.0-M2</springdata.commons>
2323
<java-module-name>spring.data.ldap</java-module-name>
2424
</properties>
2525

@@ -166,16 +166,6 @@
166166
</profiles>
167167

168168
<repositories>
169-
<repository>
170-
<id>spring-snapshot</id>
171-
<url>https://repo.spring.io/snapshot</url>
172-
<snapshots>
173-
<enabled>true</enabled>
174-
</snapshots>
175-
<releases>
176-
<enabled>false</enabled>
177-
</releases>
178-
</repository>
179169
<repository>
180170
<id>spring-milestone</id>
181171
<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 LDAP 3.2 M1 (2023.1.0)
1+
Spring Data LDAP 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").
@@ -27,3 +27,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2727

2828

2929

30+

0 commit comments

Comments
 (0)