File tree 1 file changed +18
-12
lines changed
1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 214
214
</plugins >
215
215
</build >
216
216
217
- <repositories >
218
- <repository >
219
- <id >snapshots-repo</id >
220
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
221
- <releases >
222
- <enabled >false</enabled >
223
- </releases >
224
- <snapshots >
225
- <enabled >true</enabled >
226
- </snapshots >
227
- </repository >
228
- </repositories >
217
+ <!-- Alas, need to include snapshot reference since otherwise can not find
218
+ snapshot of parent... -->
219
+ <repositories >
220
+ <repository >
221
+ <id >sonatype-nexus-snapshots</id >
222
+ <name >Sonatype Nexus Snapshots</name >
223
+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
224
+ <releases ><enabled >false</enabled ></releases >
225
+ <snapshots ><enabled >true</enabled ></snapshots >
226
+ </repository >
227
+ <repository >
228
+ <id >sonatype-old-nexus-snapshots</id >
229
+ <name >Sonatype Nexus Snapshots (old)</name >
230
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
231
+ <releases ><enabled >false</enabled ></releases >
232
+ <snapshots ><enabled >true</enabled ></snapshots >
233
+ </repository >
234
+ </repositories >
229
235
</project >
You can’t perform that action at this time.
0 commit comments