[py] Fix maven coordinates for native downloads (#8474)

This got missed in the reorg, and these values aren't actually used for
anything when building in `allwpilb`, but we might as well fix them here
to make the copybara process easier.
This commit is contained in:
PJ Reiniger
2025-12-14 00:44:31 -05:00
committed by GitHub
parent af0a3e9c2f
commit e2c9af862e
11 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ packages = ["src/native"]
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
artifact_id = "romiVendordep-cpp"
group_id = "edu.wpi.first.romiVendordep"
group_id = "org.wpilib.romiVendordep"
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
version = "0.0.0"