File tree 14 files changed +35
-35
lines changed
14 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[params ]
6
6
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"
10
10
11
11
# Don't update these artifacts
12
12
exclude_artifacts = [
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ scan_headers_ignore = [
36
36
[tool .robotpy-build .wrappers ."ntcore" .maven_lib_download ]
37
37
artifact_id = " ntcore-cpp"
38
38
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"
41
41
42
42
libs = [" ntcore" ]
43
43
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ scan_headers_ignore = [
39
39
[tool .robotpy-build .wrappers ."robotpy_apriltag" .maven_lib_download ]
40
40
artifact_id = " apriltag-cpp"
41
41
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"
44
44
45
45
libs = [" apriltag" ]
46
46
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ update_init = [
29
29
[tool .robotpy-build .static_libs ."cscore_cpp" .maven_lib_download ]
30
30
artifact_id = " cscore-cpp"
31
31
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"
34
34
35
35
libs = [" cscore" ]
36
36
37
37
[tool .robotpy-build .static_libs ."cameraserver_cpp" .maven_lib_download ]
38
38
artifact_id = " cameraserver-cpp"
39
39
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"
42
42
43
43
libs = [" cameraserver" ]
44
44
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ scan_headers_ignore = [
52
52
artifact_id = " hal-cpp"
53
53
group_id = " edu.wpi.first.hal"
54
54
# 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"
57
57
58
58
libs = [" wpiHal" ]
59
59
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ base_package = "halsim_ds_socket"
27
27
artifact_id = " halsim_ds_socket"
28
28
group_id = " edu.wpi.first.halsim"
29
29
# 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"
32
32
33
33
dlopenlibs = [" halsim_ds_socket" ]
34
34
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ base_package = "halsim_gui"
29
29
artifact_id = " halsim_gui"
30
30
group_id = " edu.wpi.first.halsim"
31
31
# 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"
34
34
35
35
dlopenlibs = [" halsim_gui" ]
36
36
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ base_package = "halsim_ws"
31
31
artifact_id = " halsim_ws_server"
32
32
group_id = " edu.wpi.first.halsim"
33
33
# 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"
36
36
37
37
dlopenlibs = [" halsim_ws_server" ]
38
38
@@ -44,8 +44,8 @@ depends = ["wpiHal", "wpinet"]
44
44
artifact_id = " halsim_ws_client"
45
45
group_id = " edu.wpi.first.halsim"
46
46
# 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"
49
49
50
50
dlopenlibs = [" halsim_ws_client" ]
51
51
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ RomiMotor = "frc/romi/RomiMotor.h"
38
38
artifact_id = " romiVendordep-cpp"
39
39
group_id = " edu.wpi.first.romiVendordep"
40
40
# 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"
43
43
libs = [" romiVendordep" ]
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ scan_headers_ignore = [
68
68
[tool .robotpy-build .wrappers ."wpilib ._impl" .maven_lib_download ]
69
69
artifact_id = " wpilibc-cpp"
70
70
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"
73
73
74
74
libs = [" wpilibc" ]
75
75
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ scan_headers_ignore = [
80
80
[tool .robotpy-build .wrappers ."wpimath ._impl" .maven_lib_download ]
81
81
artifact_id = " wpimath-cpp"
82
82
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"
85
85
86
86
87
87
libs = [" wpimath" ]
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ generation_data = "gen"
19
19
artifact_id = " wpinet-cpp"
20
20
group_id = " edu.wpi.first.wpinet"
21
21
# 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"
24
24
25
25
libs = [" wpinet" ]
26
26
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ generation_data = "gen"
49
49
[tool .robotpy-build .wrappers ."wpiutil" .maven_lib_download ]
50
50
artifact_id = " wpiutil-cpp"
51
51
group_id = " edu.wpi.first.wpiutil"
52
- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
52
+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
53
53
# repo_url = "https://frcmaven.wpi.edu/artifactory/development"
54
- version = " 2025.1.1-beta-3 "
54
+ version = " 2025.1.1"
55
55
56
56
libs = [" wpiutil" ]
57
57
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ XRPServo = "frc/xrp/XRPServo.h"
47
47
artifact_id = " xrpVendordep-cpp"
48
48
group_id = " edu.wpi.first.xrpVendordep"
49
49
# 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"
52
52
libs = [" xrpVendordep" ]
53
53
54
54
[tool .robotpy-build .wrappers ."xrp .extension" .maven_lib_download ]
55
55
artifact_id = " halsim_xrp"
56
56
group_id = " edu.wpi.first.halsim"
57
57
# 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"
60
60
61
61
dlopenlibs = [" halsim_xrp" ]
62
62
You can’t perform that action at this time.
0 commit comments