Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b1ea9c3

Browse files
authored
Add spring-milestone plugin repo for stagingmilestone profile
1 parent 72d45de commit b1ea9c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/settings.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@
3737
<enabled>false</enabled>
3838
</snapshots>
3939
</pluginRepository>
40-
</pluginRepositories>
40+
<pluginRepository>
41+
<id>spring-milestones</id>
42+
<name>Spring Milestones</name>
43+
<url>https://repo.spring.io/libs-milestone</url>
44+
<snapshots>
45+
<enabled>false</enabled>
46+
</snapshots>
47+
</pluginRepository>
48+
</pluginRepositories>
4149
</profile>
4250
<profile>
4351
<id>stagingrelease</id>

0 commit comments

Comments
 (0)