Skip to content

Commit a2fe6fe

Browse files
committed
Updated dependencies
- lib updated to 2025.1.1 - repo updated to https://frcmaven.wpi.edu/artifactory/release
1 parent 4313900 commit a2fe6fe

File tree

14 files changed

+35
-35
lines changed

14 files changed

+35
-35
lines changed

rdev.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
[params]
66

7-
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
8-
wpilib_bin_version = "2025.1.1-beta-3"
9-
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
7+
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
8+
wpilib_bin_version = "2025.1.1"
9+
#wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
1010

1111
# Don't update these artifacts
1212
exclude_artifacts = [

subprojects/pyntcore/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ scan_headers_ignore = [
3636
[tool.robotpy-build.wrappers."ntcore".maven_lib_download]
3737
artifact_id = "ntcore-cpp"
3838
group_id = "edu.wpi.first.ntcore"
39-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
40-
version = "2025.1.1-beta-3"
39+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
40+
version = "2025.1.1"
4141

4242
libs = ["ntcore"]
4343

subprojects/robotpy-apriltag/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ scan_headers_ignore = [
3939
[tool.robotpy-build.wrappers."robotpy_apriltag".maven_lib_download]
4040
artifact_id = "apriltag-cpp"
4141
group_id = "edu.wpi.first.apriltag"
42-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
43-
version = "2025.1.1-beta-3"
42+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
43+
version = "2025.1.1"
4444

4545
libs = ["apriltag"]
4646

subprojects/robotpy-cscore/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ update_init = [
2929
[tool.robotpy-build.static_libs."cscore_cpp".maven_lib_download]
3030
artifact_id = "cscore-cpp"
3131
group_id = "edu.wpi.first.cscore"
32-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
33-
version = "2025.1.1-beta-3"
32+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
33+
version = "2025.1.1"
3434

3535
libs = ["cscore"]
3636

3737
[tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download]
3838
artifact_id = "cameraserver-cpp"
3939
group_id = "edu.wpi.first.cameraserver"
40-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
41-
version = "2025.1.1-beta-3"
40+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
41+
version = "2025.1.1"
4242

4343
libs = ["cameraserver"]
4444

subprojects/robotpy-hal/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ scan_headers_ignore = [
5252
artifact_id = "hal-cpp"
5353
group_id = "edu.wpi.first.hal"
5454
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
55-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
56-
version = "2025.1.1-beta-3"
55+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
56+
version = "2025.1.1"
5757

5858
libs = ["wpiHal"]
5959

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ base_package = "halsim_ds_socket"
2727
artifact_id = "halsim_ds_socket"
2828
group_id = "edu.wpi.first.halsim"
2929
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
30-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
31-
version = "2025.1.1-beta-3"
30+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
31+
version = "2025.1.1"
3232

3333
dlopenlibs = ["halsim_ds_socket"]
3434

subprojects/robotpy-halsim-gui/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ base_package = "halsim_gui"
2929
artifact_id = "halsim_gui"
3030
group_id = "edu.wpi.first.halsim"
3131
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
32-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
33-
version = "2025.1.1-beta-3"
32+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
33+
version = "2025.1.1"
3434

3535
dlopenlibs = ["halsim_gui"]
3636

subprojects/robotpy-halsim-ws/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ base_package = "halsim_ws"
3131
artifact_id = "halsim_ws_server"
3232
group_id = "edu.wpi.first.halsim"
3333
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
34-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
35-
version = "2025.1.1-beta-3"
34+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
35+
version = "2025.1.1"
3636

3737
dlopenlibs = ["halsim_ws_server"]
3838

@@ -44,8 +44,8 @@ depends = ["wpiHal", "wpinet"]
4444
artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
4646
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
47-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
48-
version = "2025.1.1-beta-3"
47+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
48+
version = "2025.1.1"
4949

5050
dlopenlibs = ["halsim_ws_client"]
5151

subprojects/robotpy-romi/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ RomiMotor = "frc/romi/RomiMotor.h"
3838
artifact_id = "romiVendordep-cpp"
3939
group_id = "edu.wpi.first.romiVendordep"
4040
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
41-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
42-
version = "2025.1.1-beta-3"
41+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
42+
version = "2025.1.1"
4343
libs = ["romiVendordep"]

subprojects/robotpy-wpilib/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ scan_headers_ignore = [
6868
[tool.robotpy-build.wrappers."wpilib._impl".maven_lib_download]
6969
artifact_id = "wpilibc-cpp"
7070
group_id = "edu.wpi.first.wpilibc"
71-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
72-
version = "2025.1.1-beta-3"
71+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
72+
version = "2025.1.1"
7373

7474
libs = ["wpilibc"]
7575

subprojects/robotpy-wpimath/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ scan_headers_ignore = [
8080
[tool.robotpy-build.wrappers."wpimath._impl".maven_lib_download]
8181
artifact_id = "wpimath-cpp"
8282
group_id = "edu.wpi.first.wpimath"
83-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
84-
version = "2025.1.1-beta-3"
83+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
84+
version = "2025.1.1"
8585

8686

8787
libs = ["wpimath"]

subprojects/robotpy-wpinet/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ generation_data = "gen"
1919
artifact_id = "wpinet-cpp"
2020
group_id = "edu.wpi.first.wpinet"
2121
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
22-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
23-
version = "2025.1.1-beta-3"
22+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
23+
version = "2025.1.1"
2424

2525
libs = ["wpinet"]
2626

subprojects/robotpy-wpiutil/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ generation_data = "gen"
4949
[tool.robotpy-build.wrappers."wpiutil".maven_lib_download]
5050
artifact_id = "wpiutil-cpp"
5151
group_id = "edu.wpi.first.wpiutil"
52-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
52+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5353
# repo_url = "https://frcmaven.wpi.edu/artifactory/development"
54-
version = "2025.1.1-beta-3"
54+
version = "2025.1.1"
5555

5656
libs = ["wpiutil"]
5757

subprojects/robotpy-xrp/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ XRPServo = "frc/xrp/XRPServo.h"
4747
artifact_id = "xrpVendordep-cpp"
4848
group_id = "edu.wpi.first.xrpVendordep"
4949
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
50-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
51-
version = "2025.1.1-beta-3"
50+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
51+
version = "2025.1.1"
5252
libs = ["xrpVendordep"]
5353

5454
[tool.robotpy-build.wrappers."xrp.extension".maven_lib_download]
5555
artifact_id = "halsim_xrp"
5656
group_id = "edu.wpi.first.halsim"
5757
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
58-
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
59-
version = "2025.1.1-beta-3"
58+
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
59+
version = "2025.1.1"
6060

6161
dlopenlibs = ["halsim_xrp"]
6262

0 commit comments

Comments
 (0)