Skip to content

Commit

Permalink
Changed Grakn's Maven Group ID to io.grakn.*
Browse files Browse the repository at this point in the history
  • Loading branch information
haikalpribadi committed Mar 24, 2019
1 parent b7ae442 commit acbc379
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ java_library(
# External dependencies from Maven
"//dependencies/maven/artifacts/com/google/code/findbugs:jsr305",
],
tags = ["maven_coordinates=grakn.core:api:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:api:{pom_version}"],
visibility = ["//visibility:public"]
)

Expand Down
2 changes: 1 addition & 1 deletion common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jarjar_library(
"//common/http",
"//common/util"
],
tags = ["maven_coordinates=grakn.core:common:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:common:{pom_version}"],
)

assemble_maven(
Expand Down
2 changes: 1 addition & 1 deletion concept/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ java_library(
# External dependencies from Maven
"//dependencies/maven/artifacts/com/google/code/findbugs:jsr305",
],
tags = ["maven_coordinates=grakn.core:concept:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:concept:{pom_version}"],
)


Expand Down
2 changes: 1 addition & 1 deletion console/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ java_library(
visibility = ["//console/test:__subpackages__"],
resources = ["LICENSE"],
resource_strip_prefix = "console",
tags = ["maven_coordinates=grakn.core:console:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:console:{pom_version}"],
)

checkstyle_test(
Expand Down
2 changes: 1 addition & 1 deletion daemon/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ java_library(
resources = ["LICENSE"],
resource_strip_prefix = "daemon",
visibility = ["//server:__pkg__"],
tags = ["maven_coordinates=grakn.core:daemon:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:daemon:{pom_version}"],
)

assemble_maven(
Expand Down
2 changes: 1 addition & 1 deletion dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def graknlabs_graql():
git_repository(
name = "graknlabs_graql",
remote = "https://github.com/graknlabs/graql",
commit = "173065956dd6f8c73d0fb9694dd702ec9768cc42",
commit = "961536adf848d646590b993a87848da1826e4fab",
)

def graknlabs_client_java():
Expand Down
2 changes: 1 addition & 1 deletion protocol/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ java_library(
"//dependencies/maven/artifacts/io/grpc:grpc-protobuf",
"//dependencies/maven/artifacts/io/grpc:grpc-stub",
],
tags = ["maven_coordinates=grakn.core:protocol:{pom_version}", "checkstyle_ignore"],
tags = ["maven_coordinates=io.grakn.core:protocol:{pom_version}", "checkstyle_ignore"],
)

assemble_maven(
Expand Down
2 changes: 1 addition & 1 deletion server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ java_library(
],
resources = ["LICENSE"] + glob(["resources/*"]),
resource_strip_prefix = "server",
tags = ["maven_coordinates=grakn.core:server:{pom_version}"],
tags = ["maven_coordinates=io.grakn.core:server:{pom_version}"],
javacopts = ["-XepDisableAllChecks"], # TODO: THIS NEEDS TO BE REMOVED

)
Expand Down

0 comments on commit acbc379

Please sign in to comment.