Skip to content

Commit 405d89f

Browse files
committed
Update maven coordinates
1 parent 45d4c9d commit 405d89f

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version_file = "cscore/version.py"
4242

4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "cscore-cpp"
45-
group_id = "edu.wpi.first.cscore"
45+
group_id = "org.wpilib.cscore"
4646
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
4747
version = "2027.0.0-alpha-3-86-g418b381"
4848

@@ -51,7 +51,7 @@ extract_to = "lib"
5151

5252
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
5353
artifact_id = "cameraserver-cpp"
54-
group_id = "edu.wpi.first.cameraserver"
54+
group_id = "org.wpilib.cameraserver"
5555
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
5656
version = "2027.0.0-alpha-3-86-g418b381"
5757

@@ -80,14 +80,14 @@ update_init = [
8080

8181
scan_headers_ignore = [
8282
# Only wrapping the C++ API
83-
"cscore.h",
84-
"cscore_c.h",
85-
"cscore_raw.h",
83+
"wpi/cs/cscore.h",
84+
"wpi/cs/cscore_c.h",
85+
"wpi/cs/cscore_raw.h",
8686

8787
# Not needed
88-
"cameraserver/CameraServerShared.h",
89-
"vision/VisionPipeline.h",
90-
"vision/VisionRunner.h",
88+
"wpi/cameraserver/CameraServerShared.hpp",
89+
"wpi/vision/VisionPipeline.hpp",
90+
"wpi/vision/VisionRunner.hpp",
9191

9292
# Not wrapping OpenCV or cvnp
9393
"cvnp/*",
@@ -104,13 +104,13 @@ includes = [
104104

105105
[tool.semiwrap.extension_modules."cscore._cscore".headers]
106106
# cameraserver
107-
CameraServer = "cameraserver/CameraServer.h"
107+
CameraServer = "wpi/cameraserver/CameraServer.hpp"
108108

109109
# cscore
110-
cscore_cpp = "cscore_cpp.h"
111-
cscore_oo = "cscore_oo.h"
112-
cscore_cv = "cscore_cv.h"
113-
cscore_runloop = "cscore_runloop.h"
110+
cscore_cpp = "wpi/cs/cscore_cpp.hpp"
111+
cscore_oo = "wpi/cs/cscore_oo.hpp"
112+
cscore_cv = "wpi/cs/cscore_cv.hpp"
113+
cscore_runloop = "wpi/cs/cscore_runloop.hpp"
114114

115115
[tool.semiwrap.export_type_casters.cscore-casters]
116116
pypackage = "cscore"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version_file = "halsim_ds_socket/version.py"
2727

2828
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2929
artifact_id = "halsim_ds_socket"
30-
group_id = "edu.wpi.first.halsim"
30+
group_id = "org.wpilib.halsim"
3131
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
3232
version = "2027.0.0-alpha-3-86-g418b381"
3333
use_headers = false

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version_file = "halsim_gui/version.py"
3535

3636
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3737
artifact_id = "halsim_gui"
38-
group_id = "edu.wpi.first.halsim"
38+
group_id = "org.wpilib.halsim"
3939
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
4040
version = "2027.0.0-alpha-3-86-g418b381"
4141
use_headers = true

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ version_file = "halsim_ws/version.py"
3232

3333
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3434
artifact_id = "halsim_ws_server"
35-
group_id = "edu.wpi.first.halsim"
35+
group_id = "org.wpilib.halsim"
3636
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
3737
version = "2027.0.0-alpha-3-86-g418b381"
3838
use_headers = false
@@ -42,7 +42,7 @@ libs = ["halsim_ws_server"]
4242

4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "halsim_ws_client"
45-
group_id = "edu.wpi.first.halsim"
45+
group_id = "org.wpilib.halsim"
4646
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
4747
version = "2027.0.0-alpha-3-86-g418b381"
4848
use_headers = false

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = ["src/native"]
2424

2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "apriltag-cpp"
27-
group_id = "edu.wpi.first.apriltag"
27+
group_id = "org.wpilib.apriltag"
2828
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2929
version = "2027.0.0-alpha-3-86-g418b381"
3030

subprojects/robotpy-native-datalog/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = ["src/native"]
2323

2424
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2525
artifact_id = "datalog-cpp"
26-
group_id = "edu.wpi.first.datalog"
26+
group_id = "org.wpilib.datalog"
2727
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2828
version = "2027.0.0-alpha-3-86-g418b381"
2929

subprojects/robotpy-native-ntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = ["src/native"]
2626

2727
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2828
artifact_id = "ntcore-cpp"
29-
group_id = "edu.wpi.first.ntcore"
29+
group_id = "org.wpilib.ntcore"
3030
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
3131
version = "2027.0.0-alpha-3-86-g418b381"
3232

subprojects/robotpy-native-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = ["src/native"]
2222

2323
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2424
artifact_id = "romiVendordep-cpp"
25-
group_id = "edu.wpi.first.romiVendordep"
25+
group_id = "org.wpilib.romiVendordep"
2626
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2727
version = "2027.0.0-alpha-3-86-g418b381"
2828

subprojects/robotpy-native-wpihal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = ["src/native"]
2424

2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "hal-cpp"
27-
group_id = "edu.wpi.first.hal"
27+
group_id = "org.wpilib.hal"
2828
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2929
version = "2027.0.0-alpha-3-86-g418b381"
3030

subprojects/robotpy-native-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = ["src/native"]
3030

3131
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3232
artifact_id = "wpilibc-cpp"
33-
group_id = "edu.wpi.first.wpilibc"
33+
group_id = "org.wpilib.wpilibc"
3434
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
3535
version = "2027.0.0-alpha-3-86-g418b381"
3636

0 commit comments

Comments
 (0)