File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 159
159
<id >central</id >
160
160
<name >Maven Central</name >
161
161
<url >https://repo1.maven.org/maven2/</url >
162
+ <snapshots >
163
+ <enabled >false</enabled >
164
+ </snapshots >
162
165
</repository >
163
166
<repository >
164
167
<id >spring-milestone</id >
165
168
<url >https://repo.spring.io/milestone</url >
169
+ <snapshots >
170
+ <enabled >false</enabled >
171
+ </snapshots >
166
172
</repository >
167
173
<repository >
168
174
<id >spring-snapshot</id >
169
175
<url >https://repo.spring.io/snapshot</url >
170
- <snapshots >
171
- <enabled >true </enabled >
172
- </snapshots >
176
+ <releases >
177
+ <enabled >false </enabled >
178
+ </releases >
173
179
</repository >
174
180
</repositories >
175
181
178
184
<id >central</id >
179
185
<name >Maven Central</name >
180
186
<url >https://repo1.maven.org/maven2/</url >
187
+ <snapshots >
188
+ <enabled >false</enabled >
189
+ </snapshots >
181
190
</pluginRepository >
182
191
<pluginRepository >
183
192
<id >spring-milestone</id >
184
193
<url >https://repo.spring.io/milestone/</url >
194
+ <snapshots >
195
+ <enabled >false</enabled >
196
+ </snapshots >
185
197
</pluginRepository >
186
198
</pluginRepositories >
187
199
You can’t perform that action at this time.
0 commit comments