File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 18
18
<repository >
19
19
<id >spring-snapshots</id >
20
20
<name >Spring Snapshots</name >
21
- <url >https://repo.spring.io/snapshot
22
- </url > <!-- We need this for experimental dependencies not available on Maven Central -->
21
+ <url >https://repo.spring.io/snapshot</url >
23
22
<releases >
24
23
<enabled >false</enabled >
25
24
</releases >
26
25
</repository >
27
26
<repository >
28
- <id >spring-milestones</ id >
29
- <name >Spring milestones</ name >
30
- <url >https://repo.spring.io/milestone </url >
31
- <snapshots >
27
+ <name >Central Portal Snapshots</ name >
28
+ <id >central-portal-snapshots</ id >
29
+ <url >https://central.sonatype.com/repository/maven-snapshots/ </url >
30
+ <releases >
32
31
<enabled >false</enabled >
32
+ </releases >
33
+ <snapshots >
34
+ <enabled >true</enabled >
33
35
</snapshots >
34
36
</repository >
35
37
</repositories >
You can’t perform that action at this time.
0 commit comments