From 624c78463ab63a703ee54bf277e990906d7dcc16 Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Wed, 6 Nov 2024 22:41:19 -0500 Subject: [PATCH] Move to development maven --- snobotsim_vendordep_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snobotsim_vendordep_template.json b/snobotsim_vendordep_template.json index bfce94e..e59254c 100644 --- a/snobotsim_vendordep_template.json +++ b/snobotsim_vendordep_template.json @@ -4,8 +4,8 @@ "version": "$VERSION", "uuid": "$GUID", "frcYear": "2024", - "mavenUrls": ["https://raw.githubusercontent.com/snobotsim/maven_repo/master/release"], - "jsonUrl": "http://raw.githubusercontent.com/snobotsim/maven_repo/master/release/SnobotSim.json", + "mavenUrls": ["https://raw.githubusercontent.com/snobotsim/maven_repo/master/development"], + "jsonUrl": "http://raw.githubusercontent.com/snobotsim/maven_repo/master/development/SnobotSim.json", "javaDependencies": [ { "groupId": "org.snobotv2",