From fe7ce07b7d8c6b52ba8a019fbc4c20e488a4185c Mon Sep 17 00:00:00 2001 From: Jonathan Dao Date: Tue, 14 Jan 2025 01:02:22 -0800 Subject: [PATCH] Fixed frc4201Codex.json to use variable replacement --- frc4201Codex.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frc4201Codex.json b/frc4201Codex.json index 2c18b29..6a43587 100644 --- a/frc4201Codex.json +++ b/frc4201Codex.json @@ -1,7 +1,7 @@ { "fileName": "frc4201Codex.json", "name": "Codex-java", - "version": "2025.0.1", + "version": "${version}", "frcYear": "2025", "uuid": "5db6a80c-246e-48c6-b629-798597b993e1", "mavenUrls": [ @@ -10,9 +10,9 @@ "jsonUrl": "https://4201vitruvianbots.github.io/Codex/public/frc4201Codex.json", "javaDependencies": [ { - "groupId": "org.team4201", - "artifactId": "Codex-java", - "version": "2025.0.1" + "groupId": "${groupId}", + "artifactId": "${artifactId}-java", + "version": "${version}" } ], "requires": [