Skip to content

Commit 08ac50d

Browse files
committed
Update snapshot URLs to point to Sonatype Maven Central
1 parent 3dcc665 commit 08ac50d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

_config/site.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ maven:
2020
web_ui_url: 'https://central.sonatype.com'
2121
old_web_ui_url: 'https://search.maven.org'
2222
help_setup_url: 'https://central.sonatype.org/consume/'
23+
central_snapshots:
24+
name: Sonatype Maven Central snapshots
25+
repo_url: 'https://central.sonatype.com/repository/maven-snapshots'
26+
web_ui_url: 'https://central.sonatype.com/service/rest/repository/browse/maven-snapshots'
2327
ossrh_snapshots:
24-
name: OSSRH snapshots
28+
name: Sonatype OSS snapshots
2529
repo_url: 'https://oss.sonatype.org/content/repositories/snapshots'
2630
web_ui_url: 'https://oss.sonatype.org/'
2731
jboss:
@@ -92,7 +96,7 @@ projects:
9296
main_artifact_id: hibernate-core
9397
repo:
9498
releases: central
95-
snapshots: ossrh_snapshots
99+
snapshots: central_snapshots
96100
blog_tag: Hibernate ORM
97101
blog_tag_url: hibernate-orm
98102
license:
@@ -222,7 +226,7 @@ projects:
222226
main_artifact_id: hibernate-search-mapper-orm
223227
repo:
224228
releases: central
225-
snapshots: ossrh_snapshots
229+
snapshots: central_snapshots
226230
blog_tag: Hibernate Search
227231
blog_tag_url: hibernate-search
228232
license:
@@ -337,7 +341,7 @@ projects:
337341
main_artifact_id: hibernate-processor
338342
repo:
339343
releases: central
340-
snapshots: ossrh_snapshots
344+
snapshots: central_snapshots
341345
blog_tag: Hibernate Data Repositories
342346
blog_tag_url: hibernate-data-repositories
343347
license:
@@ -470,7 +474,7 @@ projects:
470474
main_artifact_id: hibernate-validator
471475
repo:
472476
releases: central
473-
snapshots: ossrh_snapshots
477+
snapshots: central_snapshots
474478
blog_tag: Hibernate Validator
475479
blog_tag_url: hibernate-validator
476480
license:
@@ -678,7 +682,7 @@ projects:
678682
main_artifact_id: hibernate-reactive-core
679683
repo:
680684
releases: central
681-
snapshots: jboss
685+
snapshots: central_snapshots
682686
blog_tag: Hibernate Reactive
683687
blog_tag_url: hibernate-reactive
684688
license:

0 commit comments

Comments
 (0)