Skip to content

Commit 05a2e32

Browse files
committed
Prepare 3.0.11 (2022.0.11).
See #429
1 parent 8d6f3ac commit 05a2e32

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

Lines changed: 4 additions & 16 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.0.11-SNAPSHOT</version>
17+
<version>3.0.11</version>
1818
</parent>
1919

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

@@ -166,20 +166,8 @@
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>
179-
<repository>
180-
<id>spring-milestone</id>
181-
<url>https://repo.spring.io/milestone</url>
182-
</repository>
169+
170+
183171
</repositories>
184172

185173
</project>

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.0.10 (2022.0.10)
1+
Spring Data LDAP 3.0.11 (2022.0.11)
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").
@@ -29,5 +29,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2929

3030

3131

32+
3233

3334

0 commit comments

Comments
 (0)