Skip to content

Commit 37e1a3e

Browse files
authored
Merge pull request #127 from robotpy/kickoff
Update to 2025 kickoff release
2 parents bb8615c + b7da880 commit 37e1a3e

File tree

14 files changed

+35
-35
lines changed

14 files changed

+35
-35
lines changed

rdev.toml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)