Skip to content

Commit 8d498dc

Browse files
committed
Update maven coordinates
1 parent 6a8fc3f commit 8d498dc

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 2 additions & 2 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-144-g59edbdd"
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-144-g59edbdd"
5757

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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
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-144-g59edbdd"
3636

0 commit comments

Comments
 (0)