File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.data.build</groupId >
18
18
<artifactId >spring-data-parent</artifactId >
19
- <version >4.0.0-SNAPSHOT </version >
19
+ <version >4.0.0-M1 </version >
20
20
</parent >
21
21
22
22
<properties >
23
23
<dist .id>spring-data-jdbc</dist .id>
24
- <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
24
+ <springdata .commons>4.0.0-M1 </springdata .commons>
25
25
<liquibase .version>4.21.1</liquibase .version>
26
26
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
27
27
312
312
</build >
313
313
314
314
<repositories >
315
- <repository >
316
- <id >spring-snapshot</id >
317
- <url >https://repo.spring.io/snapshot</url >
318
- <snapshots >
319
- <enabled >true</enabled >
320
- </snapshots >
321
- <releases >
322
- <enabled >false</enabled >
323
- </releases >
324
- </repository >
325
- <repository >
326
- <id >spring-milestone</id >
327
- <url >https://repo.spring.io/milestone</url >
328
- </repository >
315
+
316
+
329
317
</repositories >
330
318
331
319
</project >
Original file line number Diff line number Diff line change 1
- Spring Data Relational 3.4 GA (2024 .1.0)
1
+ Spring Data Relational 4.0 M1 (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").
@@ -56,5 +56,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
56
56
57
57
58
58
59
+
59
60
60
61
You can’t perform that action at this time.
0 commit comments