File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.springframework.data.build</groupId >
24
24
<artifactId >spring-data-parent</artifactId >
25
- <version >4.0.0-M6 </version >
25
+ <version >4.0.0-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<groupId >org.springframework.data</groupId >
111
111
<skipUnitTests >${skipTests}</skipUnitTests >
112
112
<sortpom-maven-plugin .version>4.0.0</sortpom-maven-plugin .version>
113
113
<spring-javaformat .version>0.0.46</spring-javaformat .version>
114
- <springdata .commons>4.0.0-M6 </springdata .commons>
114
+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
115
115
</properties >
116
116
117
117
<dependencyManagement >
444
444
<!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. -->
445
445
<?SORTPOM IGNORE ?>
446
446
<repositories >
447
-
448
-
447
+ <repository >
448
+ <id >spring-snapshot</id >
449
+ <url >https://repo.spring.io/snapshot</url >
450
+ <snapshots >
451
+ <enabled >true</enabled >
452
+ </snapshots >
453
+ <releases >
454
+ <enabled >false</enabled >
455
+ </releases >
456
+ </repository >
457
+ <repository >
458
+ <id >spring-milestone</id >
459
+ <url >https://repo.spring.io/milestone</url >
460
+ </repository >
449
461
</repositories >
450
462
<?SORTPOM RESUME ?>
451
463
You can’t perform that action at this time.
0 commit comments