Skip to content

Commit 8def804

Browse files
committed
Update maven coordinate of Java package to com.typedb
1 parent d6f7221 commit 8def804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/java/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ java_grpc_library(
2323
"//proto:version-proto",
2424
],
2525
# TypeDB Core bundles JARs by maven coordinate, we can remove this when Core is rewritten in Rust
26-
tags = ["maven_coordinates=com.vaticle.typedb:typedb-protocol:{pom_version}"],
26+
tags = ["maven_coordinates=com.typedb:typedb-protocol:{pom_version}"],
2727
)
2828

2929
checkstyle_test(

0 commit comments

Comments
 (0)