HAND FIXES: Update maven info

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:38 -05:00
committed by Peter Johnson
parent 3f740894c9
commit 013a238994
68 changed files with 120 additions and 120 deletions

View File

@@ -162,7 +162,7 @@ wpilib_jni_java_library(
name = "ntcore-java",
srcs = glob(["src/main/java/**/*.java"]) + [":generated_java"],
maven_artifact_name = "ntcore-java",
maven_group_id = "edu.wpi.first.ntcore",
maven_group_id = "org.wpilib.ntcore",
native_libs = [":ntcorejni"],
visibility = ["//visibility:public"],
deps = [
@@ -222,5 +222,5 @@ java_binary(
package_default_jni_project(
name = "ntcore",
maven_artifact_name = "ntcore-cpp",
maven_group_id = "edu.wpi.first.ntcore",
maven_group_id = "org.wpilib.ntcore",
)