File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed
Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 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
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
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 >
Original file line number Diff line number Diff line change 1- Spring Data Relational 3.5.9 (2025.0.9 )
1+ Spring Data Relational 3.5.10 (2025.0.10 )
22Copyright (c) [2017-2019] Pivotal Software, Inc.
33
44This 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
You can’t perform that action at this time.
0 commit comments