File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 576
576
</repository >
577
577
</repositories >
578
578
579
- <pluginRepositories >
580
- <pluginRepository >
581
- <id >spring-plugins-release</id >
582
- <url >https://repo.spring.io/plugins-release</url >
583
- </pluginRepository >
584
- <pluginRepository >
585
- <id >spring-libs-milestone</id >
586
- <url >https://repo.spring.io/libs-milestone</url >
587
- </pluginRepository >
588
- </pluginRepositories >
589
-
590
579
</project >
Original file line number Diff line number Diff line change 4
4
https://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
5
6
6
<servers >
7
- <server >
8
- <id >spring-plugins-release</id >
9
- <username >${env.ARTIFACTORY_USR}</username >
10
- <password >${env.ARTIFACTORY_PSW}</password >
11
- </server >
12
7
<server >
13
8
<id >spring-libs-snapshot</id >
14
9
<username >${env.ARTIFACTORY_USR}</username >
26
21
</server >
27
22
</servers >
28
23
29
- </settings >
24
+ </settings >
You can’t perform that action at this time.
0 commit comments