Skip to content

Commit 2f40732

Browse files
committed
update url of aliyun mirror
1 parent 691591b commit 2f40732

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mse-simple-demo/A/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY <<EOF /root/.m2/settings.xml
1212
<mirror>
1313
<id>alimaven</id>
1414
<name>aliyun maven</name>
15-
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
15+
<url>https://maven.aliyun.com/repository/central</url>
1616
<mirrorOf>central</mirrorOf>
1717
</mirror>
1818
</mirrors>

mse-simple-demo/B/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY <<EOF /root/.m2/settings.xml
99
<mirror>
1010
<id>alimaven</id>
1111
<name>aliyun maven</name>
12-
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
12+
<url>https://maven.aliyun.com/repository/central</url>
1313
<mirrorOf>central</mirrorOf>
1414
</mirror>
1515
</mirrors>

mse-simple-demo/C/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY <<EOF /root/.m2/settings.xml
99
<mirror>
1010
<id>alimaven</id>
1111
<name>aliyun maven</name>
12-
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
12+
<url>https://maven.aliyun.com/repository/central</url>
1313
<mirrorOf>central</mirrorOf>
1414
</mirror>
1515
</mirrors>

mse-simple-demo/SpringCloudGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY <<EOF /root/.m2/settings.xml
1111
<mirror>
1212
<id>alimaven</id>
1313
<name>aliyun maven</name>
14-
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
14+
<url>https://maven.aliyun.com/repository/central</url>
1515
<mirrorOf>central</mirrorOf>
1616
</mirror>
1717
</mirrors>

mse-simple-demo/ZuulGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY <<EOF /root/.m2/settings.xml
99
<mirror>
1010
<id>alimaven</id>
1111
<name>aliyun maven</name>
12-
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
12+
<url>https://maven.aliyun.com/repository/central</url>
1313
<mirrorOf>central</mirrorOf>
1414
</mirror>
1515
</mirrors>

0 commit comments

Comments
 (0)