File tree 1 file changed +12
-13
lines changed
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 389
389
390
390
<repositories >
391
391
<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 >
394
400
</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 >
404
403
<url >https://repo.spring.io/milestone</url >
405
- </pluginRepository >
406
- </pluginRepositories >
404
+ </repository >
405
+ </repositories >
407
406
408
407
<build >
409
408
<pluginManagement >
You can’t perform that action at this time.
0 commit comments