This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-21
lines changed
spring-aot-maven-plugin/src/it/runner Expand file tree Collapse file tree 3 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 256256 <id >spring-snapshot</id >
257257 <name >Spring Snapshots</name >
258258 <url >https://repo.spring.io/snapshot</url >
259- <snapshots >
260- <enabled >true </enabled >
261- </snapshots >
259+ <releases >
260+ <enabled >false </enabled >
261+ </releases >
262262 </repository >
263263 <repository >
264264 <id >spring-release</id >
276276 <id >release</id >
277277 <url >https://repo.spring.io/release</url >
278278 <snapshots >
279- <enabled >true </enabled >
279+ <enabled >false </enabled >
280280 </snapshots >
281281 </pluginRepository >
282- <pluginRepository >
283- <name >Bintray</name >
284- <id >bintray</id >
285- <url >https://jcenter.bintray.com</url >
286- </pluginRepository >
287282 </pluginRepositories >
288283
289284</project >
Original file line number Diff line number Diff line change 103103 <id >spring-snapshot</id >
104104 <name >Spring Snapshots</name >
105105 <url >https://repo.spring.io/snapshot</url >
106- <snapshots >
107- <enabled >true </enabled >
108- </snapshots >
106+ <releases >
107+ <enabled >false </enabled >
108+ </releases >
109109 </pluginRepository >
110110 </pluginRepositories >
111111 <repositories >
121121 <id >spring-snapshot</id >
122122 <name >Spring Snapshots</name >
123123 <url >https://repo.spring.io/snapshot</url >
124- <snapshots >
125- <enabled >true </enabled >
126- </snapshots >
124+ <releases >
125+ <enabled >false </enabled >
126+ </releases >
127127 </repository >
128128 </repositories >
129129
Original file line number Diff line number Diff line change 103103 <id >spring-snapshot</id >
104104 <name >Spring Snapshots</name >
105105 <url >https://repo.spring.io/snapshot</url >
106- <snapshots >
107- <enabled >true </enabled >
108- </snapshots >
106+ <releases >
107+ <enabled >false </enabled >
108+ </releases >
109109 </pluginRepository >
110110 </pluginRepositories >
111111 <repositories >
121121 <id >spring-snapshot</id >
122122 <name >Spring Snapshots</name >
123123 <url >https://repo.spring.io/snapshot</url >
124- <snapshots >
125- <enabled >true </enabled >
126- </snapshots >
124+ <releases >
125+ <enabled >false </enabled >
126+ </releases >
127127 </repository >
128128 </repositories >
129129
You can’t perform that action at this time.
0 commit comments