Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/macaron/config/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ publish_time_range = 7200

[package_registry.maven_central]
# Maven Central host name.
search_netloc = search.maven.org
search_netloc = central.sonatype.com
search_scheme = https
# The search REST API. See https://central.sonatype.org/search/rest-api-guide/
search_endpoint = solrsearch/select
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def resources() -> Path:
def maven_central_instance() -> MavenCentralRegistry:
"""Create a ``MavenCentralRegistry`` object for the following tests."""
return MavenCentralRegistry(
search_netloc="search.maven.org",
search_netloc="central.sonatype.com",
search_scheme="https",
search_endpoint="solrsearch/select",
registry_url_netloc="repo1.maven.org/maven2",
Expand Down
Loading