Skip to content

Commit fd770a0

Browse files
committed
Prepare 2.7.13 (2021.2.13).
See #391
1 parent ffcc6d0 commit fd770a0

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>2.7.13-SNAPSHOT</version>
17+
<version>2.7.13</version>
1818
</parent>
1919

2020
<properties>
2121
<spring-ldap>2.4.1</spring-ldap>
22-
<springdata.commons>2.7.13-SNAPSHOT</springdata.commons>
22+
<springdata.commons>2.7.13</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 2.7.12 (2021.2.12)
1+
Spring Data LDAP 2.7.13 (2021.2.13)
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").
@@ -28,5 +28,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2828

2929

3030

31+
3132

3233

0 commit comments

Comments
 (0)