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 66 <parent >
77 <groupId >org.springframework.data.build</groupId >
88 <artifactId >spring-data-parent</artifactId >
9- <version >2.7.17 </version >
9+ <version >2.7.18-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
9898 <hppc .version>0.5.4</hppc .version>
9999 <multithreadedtc .version>1.01</multithreadedtc .version>
100100 <project .type>multi</project .type>
101- <springdata .commons>2.7.17 </springdata .commons>
101+ <springdata .commons>2.7.18-SNAPSHOT </springdata .commons>
102102 </properties >
103103
104104 <dependencyManagement >
394394 </profiles >
395395
396396 <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 >
399411 </repositories >
400412
401413</project >
You can’t perform that action at this time.
0 commit comments