File tree 2 files changed +1
-21
lines changed
2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 230
230
</repository >
231
231
</repositories >
232
232
233
- <pluginRepositories >
234
- <pluginRepository >
235
- <id >spring-plugins-release</id >
236
- <url >https://repo.spring.io/plugins-release</url >
237
- </pluginRepository >
238
- <pluginRepository >
239
- <id >spring-libs-milestone</id >
240
- <url >https://repo.spring.io/libs-milestone</url >
241
- </pluginRepository >
242
- <pluginRepository >
243
- <id >spring-libs-snapshot</id >
244
- <url >https://repo.spring.io/libs-snapshot</url >
245
- </pluginRepository >
246
- </pluginRepositories >
247
-
248
233
</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