File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.data.build</groupId >
1616 <artifactId >spring-data-parent</artifactId >
17- <version >2.7.15 </version >
17+ <version >2.7.16-SNAPSHOT </version >
1818 </parent >
1919
2020 <properties >
2121
2222 <dist .key>DATAR2DBC</dist .key>
2323
24- <springdata .commons>2.7.15 </springdata .commons>
25- <springdata .jdbc>2.4.15 </springdata .jdbc>
24+ <springdata .commons>2.7.16-SNAPSHOT </springdata .commons>
25+ <springdata .jdbc>2.4.16-SNAPSHOT </springdata .jdbc>
2626 <java-module-name >spring.data.r2dbc</java-module-name >
2727 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2828
468468 </profiles >
469469
470470 <repositories >
471-
472-
471+ <repository >
472+ <id >spring-snapshot</id >
473+ <url >https://repo.spring.io/snapshot</url >
474+ <snapshots >
475+ <enabled >true</enabled >
476+ </snapshots >
477+ <releases >
478+ <enabled >false</enabled >
479+ </releases >
480+ </repository >
481+ <repository >
482+ <id >spring-milestone</id >
483+ <url >https://repo.spring.io/milestone</url >
484+ </repository >
473485 </repositories >
474486
475487 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments