This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 0f2ca6667 Update bump-up.sh to remove deprecated helix-admin-webapp
and helix-front (#2855)
0f2ca6667 is described below
commit 0f2ca66674bb818d137ecfc50e410db09df9ae80
Author: Abhilash Kishore <[email protected]>
AuthorDate: Mon Jul 29 15:36:43 2024 -0700
Update bump-up.sh to remove deprecated helix-admin-webapp and helix-front
(#2855)
Update bump-up.sh to remove deprecated helix-admin-webapp and helix-front
---
bump-up.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bump-up.sh b/bump-up.sh
index 719089598..e3d7db673 100755
--- a/bump-up.sh
+++ b/bump-up.sh
@@ -74,12 +74,12 @@ 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" "meta-client"; do
+ "helix-rest" "helix-lock" "helix-view-aggregator" "helix-agent"
"meta-client"; do
update_ivy $module
update_pom_version $module/pom.xml $current_version
done
-for module in recipes/task-execution recipes helix-front \
+for module in recipes/task-execution recipes \
recipes/distributed-lock-manager
recipes/rsync-replicated-file-system \
recipes/rabbitmq-consumer-group recipes/service-discovery; do
update_pom_version $module/pom.xml $current_version