Fix bump.command to include pom.xml in helix-front module
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 @@
   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