Skip to content

Commit 3e80c49

Browse files
authored
build: add Spring Milestones repo to repos list (#7368)
1 parent f2c30dd commit 3e80c49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/files/maven-pom.middle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
<id>itext</id>
1414
<url>https://repo.itextsupport.com/releases</url>
1515
</repository>
16-
16+
<repository>
17+
<name>spring-milestones</name>
18+
<id>springmilestones</id>
19+
<url>https://repo.spring.io/milestone/</url>
20+
</repository>
1721
<repository>
1822
<name>mavengoogle</name>
1923
<id>mavengoogle</id>

0 commit comments

Comments
 (0)