You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by lx...@apache.org on 2018/05/03 16:37:50 UTC

[2/3] helix git commit: Fix bump.command to include pom.xml in helix-front module

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/96e12fa2
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/96e12fa2
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/96e12fa2

Branch: refs/heads/master
Commit: 96e12fa27c4890271a2dec1385a2920547468adc
Parents: 998377b
Author: Lei Xia <lx...@linkedin.com>
Authored: Tue May 1 10:04:42 2018 -0700
Committer: Lei Xia <lx...@linkedin.com>
Committed: Thu May 3 09:36:04 2018 -0700

----------------------------------------------------------------------
 bump-up.command | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/96e12fa2/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