Skip to content

Commit 3af9613

Browse files
committed
Prepare 3.5.10 (2025.0.10).
See #2243
1 parent 3a49157 commit 3af9613

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
23

34
<modelVersion>4.0.0</modelVersion>
45

@@ -14,12 +15,12 @@
1415
<parent>
1516
<groupId>org.springframework.data.build</groupId>
1617
<artifactId>spring-data-parent</artifactId>
17-
<version>3.5.10-SNAPSHOT</version>
18+
<version>3.5.10</version>
1819
</parent>
1920

2021
<properties>
2122
<dist.id>spring-data-jdbc</dist.id>
22-
<springdata.commons>3.5.10-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.5.10</springdata.commons>
2324
<liquibase.version>4.21.1</liquibase.version>
2425
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2526

@@ -300,20 +301,8 @@
300301
</build>
301302

302303
<repositories>
303-
<repository>
304-
<id>spring-snapshot</id>
305-
<url>https://repo.spring.io/snapshot</url>
306-
<snapshots>
307-
<enabled>true</enabled>
308-
</snapshots>
309-
<releases>
310-
<enabled>false</enabled>
311-
</releases>
312-
</repository>
313-
<repository>
314-
<id>spring-milestone</id>
315-
<url>https://repo.spring.io/milestone</url>
316-
</repository>
304+
305+
317306
</repositories>
318307

319-
</project>
308+
</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 Relational 3.5.9 (2025.0.9)
1+
Spring Data Relational 3.5.10 (2025.0.10)
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").
@@ -69,5 +69,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
6969

7070

7171

72+
7273

7374

0 commit comments

Comments
 (0)