Skip to content

Commit c5fee8b

Browse files
committed
Prepare 3.2 M3 (2023.1.0).
See #424
1 parent bebf025 commit c5fee8b

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -15,12 +14,12 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>3.2.0-SNAPSHOT</version>
17+
<version>3.2.0-M3</version>
1918
</parent>
2019

2120
<properties>
2221
<spring-ldap>3.2.0-M3</spring-ldap>
23-
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
22+
<springdata.commons>3.2.0-M3</springdata.commons>
2423
<java-module-name>spring.data.ldap</java-module-name>
2524
</properties>
2625

@@ -171,16 +170,6 @@
171170
</profiles>
172171

173172
<repositories>
174-
<repository>
175-
<id>spring-snapshot</id>
176-
<url>https://repo.spring.io/snapshot</url>
177-
<snapshots>
178-
<enabled>true</enabled>
179-
</snapshots>
180-
<releases>
181-
<enabled>false</enabled>
182-
</releases>
183-
</repository>
184173
<repository>
185174
<id>spring-milestone</id>
186175
<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 M2 (2023.1.0)
1+
Spring Data LDAP 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").
@@ -27,4 +27,5 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2727

2828

2929

30+
3031

0 commit comments

Comments
 (0)