File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 389389
390390 <repositories >
391391 <repository >
392- <id >spring-libs-snapshot</id >
393- <url >https://repo.spring.io/libs-snapshot</url >
392+ <id >spring-snapshot</id >
393+ <url >https://repo.spring.io/snapshot</url >
394+ <snapshots >
395+ <enabled >true</enabled >
396+ </snapshots >
397+ <releases >
398+ <enabled >false</enabled >
399+ </releases >
394400 </repository >
395- </repositories >
396-
397- <pluginRepositories >
398- <pluginRepository >
399- <id >spring-plugins-release</id >
400- <url >https://repo.spring.io/plugins-release</url >
401- </pluginRepository >
402- <pluginRepository >
403- <id >spring-libs-milestone</id >
401+ <repository >
402+ <id >spring-milestone</id >
404403 <url >https://repo.spring.io/milestone</url >
405- </pluginRepository >
406- </pluginRepositories >
404+ </repository >
405+ </repositories >
407406
408407 <build >
409408 <pluginManagement >
You can’t perform that action at this time.
0 commit comments