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 231
231
</repository >
232
232
</repositories >
233
233
234
- <pluginRepositories >
235
- <pluginRepository >
236
- <id >spring-plugins-release</id >
237
- <url >https://repo.spring.io/plugins-release</url >
238
- </pluginRepository >
239
- <pluginRepository >
240
- <id >spring-libs-milestone</id >
241
- <url >https://repo.spring.io/libs-milestone</url >
242
- </pluginRepository >
243
- <pluginRepository >
244
- <id >spring-libs-snapshot</id >
245
- <url >https://repo.spring.io/libs-snapshot</url >
246
- </pluginRepository >
247
- </pluginRepositories >
248
-
249
234
</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