File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 75
75
</dependency >
76
76
</dependencies >
77
77
78
- <!-- Alas, need to include snapshot reference since otherwise can not find
79
- snapshot of parent... -->
78
+ <!-- Need to include snapshot reference to find snapshot of parent -->
80
79
<repositories >
80
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
81
81
<repository >
82
- <id >sonatype-nexus -snapshots</id >
83
- <name >Sonatype Nexus Snapshots </name >
84
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
82
+ <id >central -snapshots</id >
83
+ <name >Sonatype Central Portal (snapshots) </name >
84
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
85
85
<releases ><enabled >false</enabled ></releases >
86
86
<snapshots ><enabled >true</enabled ></snapshots >
87
87
</repository >
You can’t perform that action at this time.
0 commit comments