File tree Expand file tree Collapse file tree 15 files changed +18
-18
lines changed
Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ wrapper = "2026.1.1b1"
2222
2323[params ]
2424
25- # wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
25+ wpilib_bin_url = " https://frcmaven.wpi.edu/artifactory/release"
2626wpilib_bin_version = " 2026.1.1-beta-1"
27- wpilib_bin_url = " https://frcmaven.wpi.edu/artifactory/development"
27+ # wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
2828
2929# Don't update these maven artifacts
3030exclude_artifacts = [
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ version_file = "cscore/version.py"
4343[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
4444artifact_id = " cscore-cpp"
4545group_id = " edu.wpi.first.cscore"
46- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
46+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
4747version = " 2026.1.1-beta-1"
4848
4949staticlibs = [" cscore" ]
@@ -52,7 +52,7 @@ extract_to = "lib"
5252[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
5353artifact_id = " cameraserver-cpp"
5454group_id = " edu.wpi.first.cameraserver"
55- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
55+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
5656version = " 2026.1.1-beta-1"
5757
5858staticlibs = [" cameraserver" ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ version_file = "halsim_ds_socket/version.py"
2828[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
2929artifact_id = " halsim_ds_socket"
3030group_id = " edu.wpi.first.halsim"
31- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
31+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
3232version = " 2026.1.1-beta-1"
3333use_headers = false
3434
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ version_file = "halsim_gui/version.py"
3636[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
3737artifact_id = " halsim_gui"
3838group_id = " edu.wpi.first.halsim"
39- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
39+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
4040version = " 2026.1.1-beta-1"
4141use_headers = true
4242
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ version_file = "halsim_ws/version.py"
3333[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
3434artifact_id = " halsim_ws_server"
3535group_id = " edu.wpi.first.halsim"
36- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
36+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
3737version = " 2026.1.1-beta-1"
3838use_headers = false
3939
@@ -43,7 +43,7 @@ libs = ["halsim_ws_server"]
4343[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
4444artifact_id = " halsim_ws_client"
4545group_id = " edu.wpi.first.halsim"
46- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
46+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
4747version = " 2026.1.1-beta-1"
4848use_headers = false
4949
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages = ["src/native"]
2525[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
2626artifact_id = " apriltag-cpp"
2727group_id = " edu.wpi.first.apriltag"
28- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
28+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
2929version = " 2026.1.1-beta-1"
3030
3131extract_to = " src/native/apriltag"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages = ["src/native"]
2525[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
2626artifact_id = " ntcore-cpp"
2727group_id = " edu.wpi.first.ntcore"
28- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
28+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
2929version = " 2026.1.1-beta-1"
3030
3131extract_to = " src/native/ntcore"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ packages = ["src/native"]
2323[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
2424artifact_id = " romiVendordep-cpp"
2525group_id = " edu.wpi.first.romiVendordep"
26- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
26+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
2727version = " 2026.1.1-beta-1"
2828
2929extract_to = " src/native/romi"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ packages = ["src/native"]
2323[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
2424artifact_id = " hal-cpp"
2525group_id = " edu.wpi.first.hal"
26- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
26+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
2727version = " 2026.1.1-beta-1"
2828
2929extract_to = " src/native/wpihal"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ packages = ["src/native"]
3131[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
3232artifact_id = " wpilibc-cpp"
3333group_id = " edu.wpi.first.wpilibc"
34- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
34+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
3535version = " 2026.1.1-beta-1"
3636
3737extract_to = " src/native/wpilib"
You can’t perform that action at this time.
0 commit comments