diff --git a/rdev.toml b/rdev.toml index 24d1b9568..87a6db3ab 100644 --- a/rdev.toml +++ b/rdev.toml @@ -4,9 +4,9 @@ [params] -# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release" -wpilib_bin_version = "2025.1.1-beta-3" -wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development" +wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release" +wpilib_bin_version = "2025.1.1" +#wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development" # Don't update these artifacts exclude_artifacts = [ diff --git a/subprojects/pyntcore/pyproject.toml b/subprojects/pyntcore/pyproject.toml index 105757dd0..3ad8fd730 100644 --- a/subprojects/pyntcore/pyproject.toml +++ b/subprojects/pyntcore/pyproject.toml @@ -36,8 +36,8 @@ scan_headers_ignore = [ [tool.robotpy-build.wrappers."ntcore".maven_lib_download] artifact_id = "ntcore-cpp" group_id = "edu.wpi.first.ntcore" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["ntcore"] diff --git a/subprojects/robotpy-apriltag/pyproject.toml b/subprojects/robotpy-apriltag/pyproject.toml index 4c046be8c..6d85736c0 100644 --- a/subprojects/robotpy-apriltag/pyproject.toml +++ b/subprojects/robotpy-apriltag/pyproject.toml @@ -39,8 +39,8 @@ scan_headers_ignore = [ [tool.robotpy-build.wrappers."robotpy_apriltag".maven_lib_download] artifact_id = "apriltag-cpp" group_id = "edu.wpi.first.apriltag" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["apriltag"] diff --git a/subprojects/robotpy-cscore/pyproject.toml b/subprojects/robotpy-cscore/pyproject.toml index c19747018..87d16a841 100644 --- a/subprojects/robotpy-cscore/pyproject.toml +++ b/subprojects/robotpy-cscore/pyproject.toml @@ -29,16 +29,16 @@ update_init = [ [tool.robotpy-build.static_libs."cscore_cpp".maven_lib_download] artifact_id = "cscore-cpp" group_id = "edu.wpi.first.cscore" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["cscore"] [tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download] artifact_id = "cameraserver-cpp" group_id = "edu.wpi.first.cameraserver" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["cameraserver"] diff --git a/subprojects/robotpy-hal/pyproject.toml b/subprojects/robotpy-hal/pyproject.toml index e40067dbf..c564de230 100644 --- a/subprojects/robotpy-hal/pyproject.toml +++ b/subprojects/robotpy-hal/pyproject.toml @@ -52,8 +52,8 @@ scan_headers_ignore = [ artifact_id = "hal-cpp" group_id = "edu.wpi.first.hal" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["wpiHal"] diff --git a/subprojects/robotpy-halsim-ds-socket/pyproject.toml b/subprojects/robotpy-halsim-ds-socket/pyproject.toml index b7a2329fe..27f95a011 100644 --- a/subprojects/robotpy-halsim-ds-socket/pyproject.toml +++ b/subprojects/robotpy-halsim-ds-socket/pyproject.toml @@ -27,8 +27,8 @@ base_package = "halsim_ds_socket" artifact_id = "halsim_ds_socket" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" dlopenlibs = ["halsim_ds_socket"] diff --git a/subprojects/robotpy-halsim-gui/pyproject.toml b/subprojects/robotpy-halsim-gui/pyproject.toml index c49297f2f..5f929cf4d 100644 --- a/subprojects/robotpy-halsim-gui/pyproject.toml +++ b/subprojects/robotpy-halsim-gui/pyproject.toml @@ -29,8 +29,8 @@ base_package = "halsim_gui" artifact_id = "halsim_gui" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" dlopenlibs = ["halsim_gui"] diff --git a/subprojects/robotpy-halsim-ws/pyproject.toml b/subprojects/robotpy-halsim-ws/pyproject.toml index 15120ea3f..3f2b877e4 100644 --- a/subprojects/robotpy-halsim-ws/pyproject.toml +++ b/subprojects/robotpy-halsim-ws/pyproject.toml @@ -31,8 +31,8 @@ base_package = "halsim_ws" artifact_id = "halsim_ws_server" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" dlopenlibs = ["halsim_ws_server"] @@ -44,8 +44,8 @@ depends = ["wpiHal", "wpinet"] artifact_id = "halsim_ws_client" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" dlopenlibs = ["halsim_ws_client"] diff --git a/subprojects/robotpy-romi/pyproject.toml b/subprojects/robotpy-romi/pyproject.toml index 63ed05097..f971e18b3 100644 --- a/subprojects/robotpy-romi/pyproject.toml +++ b/subprojects/robotpy-romi/pyproject.toml @@ -38,6 +38,6 @@ RomiMotor = "frc/romi/RomiMotor.h" artifact_id = "romiVendordep-cpp" group_id = "edu.wpi.first.romiVendordep" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["romiVendordep"] diff --git a/subprojects/robotpy-wpilib/pyproject.toml b/subprojects/robotpy-wpilib/pyproject.toml index 24573f723..5da5a02d2 100644 --- a/subprojects/robotpy-wpilib/pyproject.toml +++ b/subprojects/robotpy-wpilib/pyproject.toml @@ -68,8 +68,8 @@ scan_headers_ignore = [ [tool.robotpy-build.wrappers."wpilib._impl".maven_lib_download] artifact_id = "wpilibc-cpp" group_id = "edu.wpi.first.wpilibc" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["wpilibc"] diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index b1266f58e..be8fa9db0 100644 --- a/subprojects/robotpy-wpimath/pyproject.toml +++ b/subprojects/robotpy-wpimath/pyproject.toml @@ -80,8 +80,8 @@ scan_headers_ignore = [ [tool.robotpy-build.wrappers."wpimath._impl".maven_lib_download] artifact_id = "wpimath-cpp" group_id = "edu.wpi.first.wpimath" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["wpimath"] diff --git a/subprojects/robotpy-wpinet/pyproject.toml b/subprojects/robotpy-wpinet/pyproject.toml index 1951e73b0..0c5b7de3e 100644 --- a/subprojects/robotpy-wpinet/pyproject.toml +++ b/subprojects/robotpy-wpinet/pyproject.toml @@ -19,8 +19,8 @@ generation_data = "gen" artifact_id = "wpinet-cpp" group_id = "edu.wpi.first.wpinet" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["wpinet"] diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index 7bc431eaa..8fda154e6 100644 --- a/subprojects/robotpy-wpiutil/pyproject.toml +++ b/subprojects/robotpy-wpiutil/pyproject.toml @@ -49,9 +49,9 @@ generation_data = "gen" [tool.robotpy-build.wrappers."wpiutil".maven_lib_download] artifact_id = "wpiutil-cpp" group_id = "edu.wpi.first.wpiutil" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" # repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +version = "2025.1.1" libs = ["wpiutil"] diff --git a/subprojects/robotpy-xrp/pyproject.toml b/subprojects/robotpy-xrp/pyproject.toml index c15c1fdbc..9adf405cf 100644 --- a/subprojects/robotpy-xrp/pyproject.toml +++ b/subprojects/robotpy-xrp/pyproject.toml @@ -47,16 +47,16 @@ XRPServo = "frc/xrp/XRPServo.h" artifact_id = "xrpVendordep-cpp" group_id = "edu.wpi.first.xrpVendordep" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" libs = ["xrpVendordep"] [tool.robotpy-build.wrappers."xrp.extension".maven_lib_download] artifact_id = "halsim_xrp" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" -repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-3" +repo_url = "https://frcmaven.wpi.edu/artifactory/release" +version = "2025.1.1" dlopenlibs = ["halsim_xrp"]