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" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
17
15
<parent >
18
16
<groupId >org.springframework.data.build</groupId >
19
17
<artifactId >spring-data-parent</artifactId >
20
- <version >4.0.0-SNAPSHOT </version >
18
+ <version >4.0.0-M4 </version >
21
19
</parent >
22
20
23
21
<properties >
24
22
<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>
26
24
<liquibase .version>4.21.1</liquibase .version>
27
25
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
28
26
251
249
</build >
252
250
253
251
<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
+
268
254
</repositories >
269
255
270
256
</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)
2
2
Copyright (c) [2017-2019] Pivotal Software, Inc.
3
3
4
4
This 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
9
9
code for the these subcomponents is subject to the terms and
10
10
conditions of the subcomponent's license, as noted in the LICENSE file.
11
11
12
+
You can’t perform that action at this time.
0 commit comments