Skip to content

Commit b293440

Browse files
committed
Manual pom.xml merge
1 parent 537dc35 commit b293440

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,15 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
6565
</dependency>
6666
</dependencies>
6767

68-
<!-- Alas, need to include snapshot reference since otherwise can not find
69-
snapshot of parent... -->
68+
<!-- Need to include snapshot reference to find snapshot of parent -->
7069
<repositories>
70+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
7171
<repository>
72-
<id>sonatype-nexus-snapshots</id>
73-
<name>Sonatype Nexus Snapshots</name>
74-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
75-
<releases>
76-
<enabled>false</enabled>
77-
</releases>
78-
<snapshots>
79-
<enabled>true</enabled>
80-
</snapshots>
72+
<id>central-snapshots</id>
73+
<name>Sonatype Central Portal (snapshots)</name>
74+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
75+
<releases><enabled>false</enabled></releases>
76+
<snapshots><enabled>true</enabled></snapshots>
8177
</repository>
8278
</repositories>
8379
</project>

0 commit comments

Comments
 (0)