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 >2.7.17 </version >
18+ <version >2.7.18-SNAPSHOT </version >
1919 </parent >
2020
2121 <properties >
2222 <dist .id>spring-data-jdbc</dist .id>
23- <springdata .commons>2.7.17 </springdata .commons>
23+ <springdata .commons>2.7.18-SNAPSHOT </springdata .commons>
2424 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2525
2626 <!-- dependency versions -->
276276 </build >
277277
278278 <repositories >
279-
280-
279+ <repository >
280+ <id >spring-snapshot</id >
281+ <url >https://repo.spring.io/snapshot</url >
282+ <snapshots >
283+ <enabled >true</enabled >
284+ </snapshots >
285+ <releases >
286+ <enabled >false</enabled >
287+ </releases >
288+ </repository >
289+ <repository >
290+ <id >spring-milestone</id >
291+ <url >https://repo.spring.io/milestone</url >
292+ </repository >
281293 </repositories >
282294
283295 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments