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 453
453
454
454
<repositories >
455
455
<repository >
456
- <id >spring-libs-snapshot</id >
457
- <url >https://repo.spring.io/libs-snapshot</url >
456
+ <id >spring-snapshot</id >
457
+ <url >https://repo.spring.io/snapshot</url >
458
+ <snapshots >
459
+ <enabled >true</enabled >
460
+ </snapshots >
461
+ <releases >
462
+ <enabled >false</enabled >
463
+ </releases >
458
464
</repository >
459
- </repositories >
460
-
461
- <pluginRepositories >
462
- <pluginRepository >
463
- <id >spring-plugins-release</id >
464
- <url >https://repo.spring.io/plugins-release</url >
465
- </pluginRepository >
466
- <pluginRepository >
467
- <id >spring-libs-milestone</id >
465
+ <repository >
466
+ <id >spring-milestone</id >
468
467
<url >https://repo.spring.io/milestone</url >
469
- </pluginRepository >
470
- </pluginRepositories >
468
+ </repository >
469
+ </repositories >
471
470
472
471
<build >
473
472
<pluginManagement >
You can’t perform that action at this time.
0 commit comments