This is an automated email from the ASF dual-hosted git repository.
xyuanlu pushed a commit to branch metaclient
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/metaclient by this push:
new e69c630b2 Add meta-client module in version bump script (#2471)
e69c630b2 is described below
commit e69c630b22d4bb280963fd0637b149dbc3e2bdcd
Author: xyuanlu <[email protected]>
AuthorDate: Mon May 1 22:22:23 2023 -0700
Add meta-client module in version bump script (#2471)
Add meta-client module in version bump script
---
bump-up.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bump-up.sh b/bump-up.sh
index 9b23aec11..719089598 100755
--- a/bump-up.sh
+++ b/bump-up.sh
@@ -74,7 +74,7 @@ echo "bump up: $current_version -> $new_version"
update_pom_version "pom.xml" $current_version
for module in "metrics-common" "metadata-store-directory-common"
"zookeeper-api" "helix-common" "helix-core" \
- "helix-admin-webapp" "helix-rest" "helix-lock"
"helix-view-aggregator" "helix-agent"; do
+ "helix-admin-webapp" "helix-rest" "helix-lock"
"helix-view-aggregator" "helix-agent" "meta-client"; do
update_ivy $module
update_pom_version $module/pom.xml $current_version
done