File tree Expand file tree Collapse file tree 1 file changed +0
-50
lines changed
Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change 77 <password >${env.CI_DEPLOY_PASSWORD}</password >
88 </server >
99 </servers >
10- <profiles >
11- <profile >
12- <id >spring</id >
13- <activation ><activeByDefault >true</activeByDefault ></activation >
14- <repositories >
15- <repository >
16- <id >spring-snapshots</id >
17- <name >Spring Snapshots</name >
18- <url >http://repo.spring.io/libs-snapshot-local</url >
19- <snapshots >
20- <enabled >true</enabled >
21- </snapshots >
22- </repository >
23- <repository >
24- <id >spring-milestones</id >
25- <name >Spring Milestones</name >
26- <url >http://repo.spring.io/libs-milestone-local</url >
27- <snapshots >
28- <enabled >false</enabled >
29- </snapshots >
30- </repository >
31- <repository >
32- <id >spring-releases</id >
33- <name >Spring Releases</name >
34- <url >http://repo.spring.io/release</url >
35- <snapshots >
36- <enabled >false</enabled >
37- </snapshots >
38- </repository >
39- </repositories >
40- <pluginRepositories >
41- <pluginRepository >
42- <id >spring-snapshots</id >
43- <name >Spring Snapshots</name >
44- <url >http://repo.spring.io/libs-snapshot-local</url >
45- <snapshots >
46- <enabled >true</enabled >
47- </snapshots >
48- </pluginRepository >
49- <pluginRepository >
50- <id >spring-milestones</id >
51- <name >Spring Milestones</name >
52- <url >http://repo.spring.io/libs-milestone-local</url >
53- <snapshots >
54- <enabled >false</enabled >
55- </snapshots >
56- </pluginRepository >
57- </pluginRepositories >
58- </profile >
59- </profiles >
6010</settings >
You can’t perform that action at this time.
0 commit comments