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 >3.4.10 </version >
9+ <version >3.4.11-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
111111 <hppc .version>0.5.4</hppc .version>
112112 <multithreadedtc .version>1.01</multithreadedtc .version>
113113 <project .type>multi</project .type>
114- <springdata .commons>3.4.10 </springdata .commons>
114+ <springdata .commons>3.4.11-SNAPSHOT </springdata .commons>
115115 </properties >
116116
117117 <dependencyManagement >
391391 </profiles >
392392
393393 <repositories >
394-
395-
394+ <repository >
395+ <id >spring-snapshot</id >
396+ <url >https://repo.spring.io/snapshot</url >
397+ <snapshots >
398+ <enabled >true</enabled >
399+ </snapshots >
400+ <releases >
401+ <enabled >false</enabled >
402+ </releases >
403+ </repository >
404+ <repository >
405+ <id >spring-milestone</id >
406+ <url >https://repo.spring.io/milestone</url >
407+ </repository >
396408 </repositories >
397409
398410</project >
You can’t perform that action at this time.
0 commit comments