File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.data.build</groupId >
8
8
<artifactId >spring-data-parent</artifactId >
9
- <version >2.7.17 </version >
9
+ <version >2.7.18-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<groupId >org.springframework.data</groupId >
98
98
<hppc .version>0.5.4</hppc .version>
99
99
<multithreadedtc .version>1.01</multithreadedtc .version>
100
100
<project .type>multi</project .type>
101
- <springdata .commons>2.7.17 </springdata .commons>
101
+ <springdata .commons>2.7.18-SNAPSHOT </springdata .commons>
102
102
</properties >
103
103
104
104
<dependencyManagement >
394
394
</profiles >
395
395
396
396
<repositories >
397
-
398
-
397
+ <repository >
398
+ <id >spring-snapshot</id >
399
+ <url >https://repo.spring.io/snapshot</url >
400
+ <snapshots >
401
+ <enabled >true</enabled >
402
+ </snapshots >
403
+ <releases >
404
+ <enabled >false</enabled >
405
+ </releases >
406
+ </repository >
407
+ <repository >
408
+ <id >spring-milestone</id >
409
+ <url >https://repo.spring.io/milestone</url >
410
+ </repository >
399
411
</repositories >
400
412
401
413
</project >
You can’t perform that action at this time.
0 commit comments