Repository: helix Updated Branches: refs/heads/apache/master 4a22c9057 -> 905e81d54
Fix bump.command to include pom.xml in helix-front module Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/905e81d5 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/905e81d5 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/905e81d5 Branch: refs/heads/apache/master Commit: 905e81d5402e0e0fcc37a4ed34655aaeef35ae4d Parents: 4a22c90 Author: Lei Xia <[email protected]> Authored: Tue May 1 10:04:42 2018 -0700 Committer: Lei Xia <[email protected]> Committed: Tue May 1 10:04:42 2018 -0700 ---------------------------------------------------------------------- bump-up.command | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/905e81d5/bump-up.command ---------------------------------------------------------------------- diff --git a/bump-up.command b/bump-up.command index e3b6e3b..6c64751 100755 --- a/bump-up.command +++ b/bump-up.command @@ -99,6 +99,10 @@ do grep -C 1 "$new_version" $POM done +echo "bump up helix-front/pom.xml" +sed -i "s/${version}/${new_version}/g" helix-front/pom.xml +grep -C 1 "$new_version" helix-front/pom.xml + #END
