Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b89d127

Browse files
committedJul 19, 2023
Add spring-milestones to settings.xml
1 parent 6d64013 commit b89d127

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎settings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<username>${env.ARTIFACTORY_USERNAME}</username>
1515
<password>${env.ARTIFACTORY_PASSWORD}</password>
1616
</server>
17+
<server>
18+
<id>spring-milestones</id>
19+
<username>${env.ARTIFACTORY_USERNAME}</username>
20+
<password>${env.ARTIFACTORY_PASSWORD}</password>
21+
</server>
1722
</servers>
1823

1924
</settings>

0 commit comments

Comments
 (0)
Please sign in to comment.