Skip to content

Commit bd3249f

Browse files
committed
Prepare 2.4.15 (2021.2.15).
See #1560
1 parent faccf37 commit bd3249f

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

+4-16
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>2.7.15-SNAPSHOT</version>
18+
<version>2.7.15</version>
1919
</parent>
2020

2121
<properties>
2222
<dist.id>spring-data-jdbc</dist.id>
23-
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
23+
<springdata.commons>2.7.15</springdata.commons>
2424
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2525

2626
<!-- dependency versions -->
@@ -276,20 +276,8 @@
276276
</build>
277277

278278
<repositories>
279-
<repository>
280-
<id>spring-snapshot</id>
281-
<url>https://repo.spring.io/snapshot</url>
282-
<snapshots>
283-
<enabled>true</enabled>
284-
</snapshots>
285-
<releases>
286-
<enabled>false</enabled>
287-
</releases>
288-
</repository>
289-
<repository>
290-
<id>spring-milestone</id>
291-
<url>https://repo.spring.io/milestone</url>
292-
</repository>
279+
280+
293281
</repositories>
294282

295283
<pluginRepositories>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JDBC 2.4.14 (2021.2.14)
1+
Spring Data JDBC 2.4.15 (2021.2.15)
22
Copyright (c) [2017-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -50,5 +50,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
5050

5151

5252

53+
5354

5455

0 commit comments

Comments
 (0)