Skip to content

Commit 9d11503

Browse files
libs-X-local to X migration
1 parent 8187fa6 commit 9d11503

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.settings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
<repository>
4040
<id>spring-snapshots</id>
4141
<name>Spring Snapshots</name>
42-
<url>https://repo.spring.io/libs-snapshot-local</url>
42+
<url>https://repo.spring.io/snapshot</url>
4343
<snapshots>
4444
<enabled>true</enabled>
4545
</snapshots>
4646
</repository>
4747
<repository>
4848
<id>spring-milestones</id>
4949
<name>Spring Milestones</name>
50-
<url>https://repo.spring.io/libs-milestone-local</url>
50+
<url>https://repo.spring.io/milestone</url>
5151
<snapshots>
5252
<enabled>false</enabled>
5353
</snapshots>
@@ -65,15 +65,15 @@
6565
<pluginRepository>
6666
<id>spring-snapshots</id>
6767
<name>Spring Snapshots</name>
68-
<url>https://repo.spring.io/libs-snapshot-local</url>
68+
<url>https://repo.spring.io/snapshot</url>
6969
<snapshots>
7070
<enabled>true</enabled>
7171
</snapshots>
7272
</pluginRepository>
7373
<pluginRepository>
7474
<id>spring-milestones</id>
7575
<name>Spring Milestones</name>
76-
<url>https://repo.spring.io/libs-milestone-local</url>
76+
<url>https://repo.spring.io/milestone</url>
7777
<snapshots>
7878
<enabled>false</enabled>
7979
</snapshots>

benchmarks/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<repository>
177177
<id>spring-snapshots</id>
178178
<name>Spring Snapshots</name>
179-
<url>https://repo.spring.io/libs-snapshot-local</url>
179+
<url>https://repo.spring.io/snapshot</url>
180180
<snapshots>
181181
<enabled>true</enabled>
182182
</snapshots>
@@ -199,7 +199,7 @@
199199
<repository>
200200
<id>spring-milestones</id>
201201
<name>Spring Milestones</name>
202-
<url>https://repo.spring.io/libs-milestone-local</url>
202+
<url>https://repo.spring.io/milestone</url>
203203
<snapshots>
204204
<enabled>false</enabled>
205205
</snapshots>
@@ -217,7 +217,7 @@
217217
<pluginRepository>
218218
<id>spring-snapshots</id>
219219
<name>Spring Snapshots</name>
220-
<url>https://repo.spring.io/libs-snapshot-local</url>
220+
<url>https://repo.spring.io/snapshot</url>
221221
<snapshots>
222222
<enabled>true</enabled>
223223
</snapshots>
@@ -228,15 +228,15 @@
228228
<pluginRepository>
229229
<id>spring-milestones</id>
230230
<name>Spring Milestones</name>
231-
<url>https://repo.spring.io/libs-milestone-local</url>
231+
<url>https://repo.spring.io/milestone</url>
232232
<snapshots>
233233
<enabled>false</enabled>
234234
</snapshots>
235235
</pluginRepository>
236236
<pluginRepository>
237237
<id>spring-releases</id>
238238
<name>Spring Releases</name>
239-
<url>https://repo.spring.io/libs-release-local</url>
239+
<url>https://repo.spring.io/release</url>
240240
<snapshots>
241241
<enabled>false</enabled>
242242
</snapshots>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<repository>
274274
<id>spring-snapshots</id>
275275
<name>Spring Snapshots</name>
276-
<url>https://repo.spring.io/libs-snapshot-local</url>
276+
<url>https://repo.spring.io/snapshot</url>
277277
<snapshots>
278278
<enabled>true</enabled>
279279
</snapshots>
@@ -296,7 +296,7 @@
296296
<repository>
297297
<id>spring-milestones</id>
298298
<name>Spring Milestones</name>
299-
<url>https://repo.spring.io/libs-milestone-local</url>
299+
<url>https://repo.spring.io/milestone</url>
300300
<snapshots>
301301
<enabled>false</enabled>
302302
</snapshots>
@@ -314,7 +314,7 @@
314314
<pluginRepository>
315315
<id>spring-snapshots</id>
316316
<name>Spring Snapshots</name>
317-
<url>https://repo.spring.io/libs-snapshot-local</url>
317+
<url>https://repo.spring.io/snapshot</url>
318318
<snapshots>
319319
<enabled>true</enabled>
320320
</snapshots>
@@ -325,15 +325,15 @@
325325
<pluginRepository>
326326
<id>spring-milestones</id>
327327
<name>Spring Milestones</name>
328-
<url>https://repo.spring.io/libs-milestone-local</url>
328+
<url>https://repo.spring.io/milestone</url>
329329
<snapshots>
330330
<enabled>false</enabled>
331331
</snapshots>
332332
</pluginRepository>
333333
<pluginRepository>
334334
<id>spring-releases</id>
335335
<name>Spring Releases</name>
336-
<url>https://repo.spring.io/libs-release-local</url>
336+
<url>https://repo.spring.io/release</url>
337337
<snapshots>
338338
<enabled>false</enabled>
339339
</snapshots>

spring-cloud-sleuth-dependencies/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<repository>
9292
<id>spring-snapshots</id>
9393
<name>Spring Snapshots</name>
94-
<url>https://repo.spring.io/libs-snapshot-local</url>
94+
<url>https://repo.spring.io/snapshot</url>
9595
<snapshots>
9696
<enabled>true</enabled>
9797
</snapshots>
@@ -102,7 +102,7 @@
102102
<repository>
103103
<id>spring-milestones</id>
104104
<name>Spring Milestones</name>
105-
<url>https://repo.spring.io/libs-milestone-local</url>
105+
<url>https://repo.spring.io/milestone</url>
106106
<snapshots>
107107
<enabled>false</enabled>
108108
</snapshots>
@@ -120,7 +120,7 @@
120120
<pluginRepository>
121121
<id>spring-snapshots</id>
122122
<name>Spring Snapshots</name>
123-
<url>https://repo.spring.io/libs-snapshot-local</url>
123+
<url>https://repo.spring.io/snapshot</url>
124124
<snapshots>
125125
<enabled>true</enabled>
126126
</snapshots>
@@ -131,7 +131,7 @@
131131
<pluginRepository>
132132
<id>spring-milestones</id>
133133
<name>Spring Milestones</name>
134-
<url>https://repo.spring.io/libs-milestone-local</url>
134+
<url>https://repo.spring.io/milestone</url>
135135
<snapshots>
136136
<enabled>false</enabled>
137137
</snapshots>

0 commit comments

Comments
 (0)