Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit 883e297

Browse files
bump VERSION and deps to released tags
1 parent b68b27a commit 883e297

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ deploy_maven(
7070
deploy_github(
7171
name = "deploy-github",
7272
release_description = "//:RELEASE_TEMPLATE.md",
73-
title = "TypeQL",
73+
title = "TypeQL language library for Java",
7474
title_append_version = True,
7575
organisation = github_deployment['github.organisation'],
7676
repository = github_deployment['github.repository'],

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

dependencies/vaticle/repositories.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,23 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "3a58ebd1f1e249b21b8d8bd07c7415d127aa9dc1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typeql():
3232
git_repository(
3333
name = "vaticle_typeql",
3434
remote = "https://github.com/vaticle/typeql",
35-
commit = "df4b0f9caead77bbada2c85c26c5fcf9c252ff5f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35+
tag = "2.1.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
3636
)
3737

3838
def vaticle_typedb_common():
3939
git_repository(
4040
name = "vaticle_typedb_common",
4141
remote = "https://github.com/vaticle/typedb-common",
42-
commit = "4fefa33e12fd0bf3c27ecd98d6323ed3d7ddeacc" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42+
tag = "2.1.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
4343
)
4444

45-
4645
def vaticle_typedb_behaviour():
4746
git_repository(
4847
name = "vaticle_typedb_behaviour",

0 commit comments

Comments
 (0)