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.5.3 </version >
9+ <version >3.5.4-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.5.3 </springdata .commons>
114+ <springdata .commons>3.5.4-SNAPSHOT </springdata .commons>
115115 </properties >
116116
117117 <dependencyManagement >
374374 </profiles >
375375
376376 <repositories >
377-
378-
377+ <repository >
378+ <id >spring-snapshot</id >
379+ <url >https://repo.spring.io/snapshot</url >
380+ <snapshots >
381+ <enabled >true</enabled >
382+ </snapshots >
383+ <releases >
384+ <enabled >false</enabled >
385+ </releases >
386+ </repository >
387+ <repository >
388+ <id >spring-milestone</id >
389+ <url >https://repo.spring.io/milestone</url >
390+ </repository >
379391 </repositories >
380392
381393</project >
You can’t perform that action at this time.
0 commit comments