This is an automated email from the ASF dual-hosted git repository. arm pushed a commit to branch arm in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 7dd2a2be7d7eb4261b8da66fc7df7fe2113ecdcd Author: Alastair McFarlane <[email protected]> AuthorDate: Wed Mar 11 15:42:43 2026 +0000 Change gh slug for Maven distributions --- atr/models/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atr/models/sql.py b/atr/models/sql.py index 2ba21727..ac70f282 100644 --- a/atr/models/sql.py +++ b/atr/models/sql.py @@ -121,7 +121,7 @@ class DistributionPlatform(enum.Enum): # ) MAVEN = DistributionPlatformValue( name="Maven Central", - gh_slug="maven", + gh_slug="mavencentral", template_url="https://repo1.maven.org/maven2/{owner_namespace}/{package}/maven-metadata.xml", # Below is the old template using the maven search API - but the index isn't updated quickly enough for us # template_url="https://search.maven.org/solrsearch/select?q=g:{owner_namespace}+AND+a:{package}+AND+v:{version}&core=gav&rows=20&wt=json", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
