File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- <settings >
1
+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd" >
2
3
<profiles >
3
4
<profile >
4
5
<id >google-mirror</id >
7
8
<id >google-maven-central</id >
8
9
<name >GCS Maven Central mirror</name >
9
10
<url >https://maven-central.storage-download.googleapis.com/maven2/</url >
11
+ <releases >
12
+ <enabled >true</enabled >
13
+ </releases >
14
+ <snapshots >
15
+ <enabled >false</enabled >
16
+ </snapshots >
10
17
</repository >
11
18
</repositories >
12
19
<pluginRepositories >
13
20
<pluginRepository >
14
21
<id >google-maven-central</id >
15
22
<name >GCS Maven Central mirror</name >
16
23
<url >https://maven-central.storage-download.googleapis.com/maven2/</url >
24
+ <releases >
25
+ <enabled >true</enabled >
26
+ </releases >
27
+ <snapshots >
28
+ <enabled >false</enabled >
29
+ </snapshots >
17
30
</pluginRepository >
18
31
</pluginRepositories >
19
32
</profile >
You can’t perform that action at this time.
0 commit comments