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 1515 <parent >
1616 <groupId >org.springframework.data.build</groupId >
1717 <artifactId >spring-data-parent</artifactId >
18- <version >3.5.5 </version >
18+ <version >3.5.6-SNAPSHOT </version >
1919 </parent >
2020
2121 <properties >
2222 <dist .id>spring-data-jdbc</dist .id>
23- <springdata .commons>3.5.5 </springdata .commons>
23+ <springdata .commons>3.5.6-SNAPSHOT </springdata .commons>
2424 <liquibase .version>4.21.1</liquibase .version>
2525 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2626
301301 </build >
302302
303303 <repositories >
304-
305-
304+ <repository >
305+ <id >spring-snapshot</id >
306+ <url >https://repo.spring.io/snapshot</url >
307+ <snapshots >
308+ <enabled >true</enabled >
309+ </snapshots >
310+ <releases >
311+ <enabled >false</enabled >
312+ </releases >
313+ </repository >
314+ <repository >
315+ <id >spring-milestone</id >
316+ <url >https://repo.spring.io/milestone</url >
317+ </repository >
306318 </repositories >
307319
308320</project >
You can’t perform that action at this time.
0 commit comments