This is an automated email from the ASF dual-hosted git repository.
xyuanlu 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 948beeec4 Update ivy version and add metaclient module to auto bump
(#2528)
948beeec4 is described below
commit 948beeec42992f1df94a54c31dc614c7c2666764
Author: xyuanlu <[email protected]>
AuthorDate: Thu Jun 8 13:10:52 2023 -0700
Update ivy version and add metaclient module to auto bump (#2528)
---
bump-snapshot.sh | 1 +
.../{meta-client-1.0.5-SNAPSHOT.ivy => meta-client-1.2.1-SNAPSHOT.ivy} | 0
2 files changed, 1 insertion(+)
diff --git a/bump-snapshot.sh b/bump-snapshot.sh
index d18e84e3e..9a664ae8b 100755
--- a/bump-snapshot.sh
+++ b/bump-snapshot.sh
@@ -44,6 +44,7 @@ mv
metadata-store-directory-common/metadata-store-directory-common-$version-SNAP
mv metrics-common/metrics-common-$version-SNAPSHOT.ivy
metrics-common/metrics-common-$new_version-SNAPSHOT.ivy
mv zookeeper-api/zookeeper-api-$version-SNAPSHOT.ivy
zookeeper-api/zookeeper-api-$new_version-SNAPSHOT.ivy
mv helix-view-aggregator/helix-view-aggregator-$version-SNAPSHOT.ivy
helix-view-aggregator/helix-view-aggregator-$new_version-SNAPSHOT.ivy
+mv meta-client/meta-client-$version-SNAPSHOT.ivy
meta-client/meta-client-$new_version-SNAPSHOT.ivy
find . -type f -name '*.ivy' -exec sed -i "s/$version/$new_version/g" {} \;
diff --git a/meta-client/meta-client-1.0.5-SNAPSHOT.ivy
b/meta-client/meta-client-1.2.1-SNAPSHOT.ivy
similarity index 100%
rename from meta-client/meta-client-1.0.5-SNAPSHOT.ivy
rename to meta-client/meta-client-1.2.1-SNAPSHOT.ivy