This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new df2e918 Add a note about staging URLs on repository.apache.org
df2e918 is described below
commit df2e918b60f03ba36f7b76fe5ca4afa3042afc0f
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Aug 7 20:38:17 2025 +0100
Add a note about staging URLs on repository.apache.org
---
atr/models/sql.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/atr/models/sql.py b/atr/models/sql.py
index c09d03d..1cf3820 100644
--- a/atr/models/sql.py
+++ b/atr/models/sql.py
@@ -117,9 +117,9 @@ class DistributionPlatform(enum.Enum):
MAVEN = DistributionPlatformValue(
name="Maven Central",
template_url="https://search.maven.org/solrsearch/select?q=g:{owner_namespace}+AND+a:{package}+AND+v:{version}&core=gav&rows=20&wt=json",
- # Until recently OSSRH could be used for this
- # https://central.sonatype.org/pages/ossrh-eol/
- # But it was sunset on 30 Jun 2025
+ # Java ASF projects use staging URLs along the lines of
+ #
https://repository.apache.org/content/repositories/orgapachePROJECT-NNNN/
+ # There's no JSON, but each individual package has maven-metadata.xml
requires_owner_namespace=True,
)
NPM = DistributionPlatformValue(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]