This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
spring-cloud-dataflow-dependencies
spring-cloud-dataflow-server Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2222 <repository >
2323 <id >maven-central</id >
2424 <name >Maven Central</name >
25- <url >https://repo .maven.apache.org/maven2</url >
25+ <url >https://repo1 .maven.apache.org/maven2</url >
2626 <snapshots >
2727 <enabled >false</enabled >
2828 </snapshots >
4848 <pluginRepository >
4949 <id >maven-central</id >
5050 <name >Maven Central</name >
51- <url >https://repo .maven.apache.org/maven2</url >
51+ <url >https://repo1 .maven.apache.org/maven2</url >
5252 <snapshots >
5353 <enabled >false</enabled >
5454 </snapshots >
6969 <repository >
7070 <id >maven-central</id >
7171 <name >Maven Central</name >
72- <url >https://repo .maven.apache.org/maven2</url >
72+ <url >https://repo1 .maven.apache.org/maven2</url >
7373 <snapshots >
7474 <enabled >false</enabled >
7575 </snapshots >
8787 <pluginRepository >
8888 <id >maven-central</id >
8989 <name >Maven Central</name >
90- <url >https://repo .maven.apache.org/maven2</url >
90+ <url >https://repo1 .maven.apache.org/maven2</url >
9191 <snapshots >
9292 <enabled >false</enabled >
9393 </snapshots >
Original file line number Diff line number Diff line change 3939 <repository >
4040 <id >maven-central</id >
4141 <name >Maven Central</name >
42- <url >https://repo .maven.apache.org/maven2</url >
42+ <url >https://repo1 .maven.apache.org/maven2</url >
4343 <snapshots >
4444 <enabled >false</enabled >
4545 </snapshots >
6565 <pluginRepository >
6666 <id >maven-central</id >
6767 <name >Maven Central</name >
68- <url >https://repo .maven.apache.org/maven2</url >
68+ <url >https://repo1 .maven.apache.org/maven2</url >
6969 <snapshots >
7070 <enabled >false</enabled >
7171 </snapshots >
Original file line number Diff line number Diff line change 431431 <repository >
432432 <id >maven-central</id >
433433 <name >Maven Central</name >
434- <url >https://repo .maven.apache.org/maven2</url >
434+ <url >https://repo1 .maven.apache.org/maven2</url >
435435 <snapshots >
436436 <enabled >false</enabled >
437437 </snapshots >
457457 <pluginRepository >
458458 <id >maven-central</id >
459459 <name >Maven Central</name >
460- <url >https://repo .maven.apache.org/maven2</url >
460+ <url >https://repo1 .maven.apache.org/maven2</url >
461461 <snapshots >
462462 <enabled >false</enabled >
463463 </snapshots >
Original file line number Diff line number Diff line change 166166 <repository >
167167 <id >maven-central</id >
168168 <name >Maven Central</name >
169- <url >https://repo .maven.apache.org/maven2</url >
169+ <url >https://repo1 .maven.apache.org/maven2</url >
170170 <snapshots >
171171 <enabled >false</enabled >
172172 </snapshots >
192192 <pluginRepository >
193193 <id >maven-central</id >
194194 <name >Maven Central</name >
195- <url >https://repo .maven.apache.org/maven2</url >
195+ <url >https://repo1 .maven.apache.org/maven2</url >
196196 <snapshots >
197197 <enabled >false</enabled >
198198 </snapshots >
Original file line number Diff line number Diff line change 224224 <repository >
225225 <id >maven-central</id >
226226 <name >Maven Central</name >
227- <url >https://repo .maven.apache.org/maven2</url >
227+ <url >https://repo1 .maven.apache.org/maven2</url >
228228 <snapshots >
229229 <enabled >false</enabled >
230230 </snapshots >
250250 <pluginRepository >
251251 <id >maven-central</id >
252252 <name >Maven Central</name >
253- <url >https://repo .maven.apache.org/maven2</url >
253+ <url >https://repo1 .maven.apache.org/maven2</url >
254254 <snapshots >
255255 <enabled >false</enabled >
256256 </snapshots >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function download_deps() {
2424 URL=" https://repo.spring.io/milestone"
2525 else
2626 INC_VER=false
27- URL=" https://repo .maven.apache.org/maven2"
27+ URL=" https://repo1 .maven.apache.org/maven2"
2828 fi
2929
3030 GROUP_ID=$( echo " $DEP " | awk -F" :" ' {split($0,a); print a[1]}' )
You can’t perform that action at this time.
0 commit comments