Skip to content

Commit 158f023

Browse files
committed
Updated dependencies
- repo updated to https://frcmaven.wpi.edu/artifactory/release
1 parent ac3e7a6 commit 158f023

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

rdev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2626
wpilib_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
3030
exclude_artifacts = [

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version_file = "cscore/version.py"
4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "cscore-cpp"
4545
group_id = "edu.wpi.first.cscore"
46-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
46+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4747
version = "2026.1.1-beta-1"
4848

4949
staticlibs = ["cscore"]
@@ -52,7 +52,7 @@ extract_to = "lib"
5252
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
5353
artifact_id = "cameraserver-cpp"
5454
group_id = "edu.wpi.first.cameraserver"
55-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
55+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5656
version = "2026.1.1-beta-1"
5757

5858
staticlibs = ["cameraserver"]

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version_file = "halsim_ds_socket/version.py"
2828
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2929
artifact_id = "halsim_ds_socket"
3030
group_id = "edu.wpi.first.halsim"
31-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
31+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3232
version = "2026.1.1-beta-1"
3333
use_headers = false
3434

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version_file = "halsim_gui/version.py"
3636
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3737
artifact_id = "halsim_gui"
3838
group_id = "edu.wpi.first.halsim"
39-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
39+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4040
version = "2026.1.1-beta-1"
4141
use_headers = true
4242

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ version_file = "halsim_ws/version.py"
3333
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3434
artifact_id = "halsim_ws_server"
3535
group_id = "edu.wpi.first.halsim"
36-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
36+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3737
version = "2026.1.1-beta-1"
3838
use_headers = false
3939

@@ -43,7 +43,7 @@ libs = ["halsim_ws_server"]
4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
46-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
46+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4747
version = "2026.1.1-beta-1"
4848
use_headers = false
4949

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = ["src/native"]
2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "apriltag-cpp"
2727
group_id = "edu.wpi.first.apriltag"
28-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
28+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2929
version = "2026.1.1-beta-1"
3030

3131
extract_to = "src/native/apriltag"

subprojects/robotpy-native-ntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = ["src/native"]
2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "ntcore-cpp"
2727
group_id = "edu.wpi.first.ntcore"
28-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
28+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2929
version = "2026.1.1-beta-1"
3030

3131
extract_to = "src/native/ntcore"

subprojects/robotpy-native-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = ["src/native"]
2323
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2424
artifact_id = "romiVendordep-cpp"
2525
group_id = "edu.wpi.first.romiVendordep"
26-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
26+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2727
version = "2026.1.1-beta-1"
2828

2929
extract_to = "src/native/romi"

subprojects/robotpy-native-wpihal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = ["src/native"]
2323
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2424
artifact_id = "hal-cpp"
2525
group_id = "edu.wpi.first.hal"
26-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
26+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2727
version = "2026.1.1-beta-1"
2828

2929
extract_to = "src/native/wpihal"

subprojects/robotpy-native-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages = ["src/native"]
3131
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3232
artifact_id = "wpilibc-cpp"
3333
group_id = "edu.wpi.first.wpilibc"
34-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
34+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3535
version = "2026.1.1-beta-1"
3636

3737
extract_to = "src/native/wpilib"

0 commit comments

Comments
 (0)