From bd2cecbb1a5a0ec9b39e1fc3b95b71d8e8500355 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 26 Oct 2025 00:08:42 -0700 Subject: [PATCH] [cmd3] Correct the groupId for commands v3 in the JSON (#8306) --- commandsv3/CommandsV3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandsv3/CommandsV3.json b/commandsv3/CommandsV3.json index 72c540ef84..255724fec2 100644 --- a/commandsv3/CommandsV3.json +++ b/commandsv3/CommandsV3.json @@ -8,7 +8,7 @@ "jsonUrl": "", "javaDependencies": [ { - "groupId": "org.wpilib.commands3", + "groupId": "org.wpilib", "artifactId": "commands3-java", "version": "wpilib" }