File tree 2 files changed +5
-15
lines changed
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
15
14
<parent >
16
15
<groupId >org.springframework.data.build</groupId >
17
16
<artifactId >spring-data-parent</artifactId >
18
- <version >3.2.0-SNAPSHOT </version >
17
+ <version >3.2.0-M3 </version >
19
18
</parent >
20
19
21
20
<properties >
22
21
<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>
24
23
<java-module-name >spring.data.ldap</java-module-name >
25
24
</properties >
26
25
171
170
</profiles >
172
171
173
172
<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 >
184
173
<repository >
185
174
<id >spring-milestone</id >
186
175
<url >https://repo.spring.io/milestone</url >
Original file line number Diff line number Diff line change 1
- Spring Data LDAP 3.2 M2 (2023.1.0)
1
+ Spring Data LDAP 3.2 M3 (2023.1.0)
2
2
Copyright (c) [2010-2021] Pivotal Software, Inc.
3
3
4
4
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.
27
27
28
28
29
29
30
+
30
31
You can’t perform that action at this time.
0 commit comments