File tree Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53
64 <modelVersion >4.0.0</modelVersion >
75
1715 <parent >
1816 <groupId >org.springframework.data.build</groupId >
1917 <artifactId >spring-data-parent</artifactId >
20- <version >4.0.0-SNAPSHOT </version >
18+ <version >4.0.0-M4 </version >
2119 </parent >
2220
2321 <properties >
2422 <dist .id>spring-data-jdbc</dist .id>
25- <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
23+ <springdata .commons>4.0.0-M4 </springdata .commons>
2624 <liquibase .version>4.21.1</liquibase .version>
2725 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2826
251249 </build >
252250
253251 <repositories >
254- <repository >
255- <id >spring-snapshot</id >
256- <url >https://repo.spring.io/snapshot</url >
257- <snapshots >
258- <enabled >true</enabled >
259- </snapshots >
260- <releases >
261- <enabled >false</enabled >
262- </releases >
263- </repository >
264- <repository >
265- <id >spring-milestone</id >
266- <url >https://repo.spring.io/milestone</url >
267- </repository >
252+
253+
268254 </repositories >
269255
270256</project >
Original file line number Diff line number Diff line change 1- Spring Data Relational 4.0 M3 (2025.1.0)
1+ Spring Data Relational 4.0 M4 (2025.1.0)
22Copyright (c) [2017-2019] Pivotal Software, Inc.
33
44This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -9,3 +9,4 @@ separate copyright notices and license terms. Your use of the source
99code for the these subcomponents is subject to the terms and
1010conditions of the subcomponent's license, as noted in the LICENSE file.
1111
12+
You can’t perform that action at this time.
0 commit comments