Updated Branches: refs/heads/master 59401c223 -> 86d2b034e
fix bump-up command Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/86d2b034 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/86d2b034 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/86d2b034 Branch: refs/heads/master Commit: 86d2b034ebbbd265deb9ef38ad59c2d1e2a6075a Parents: 59401c2 Author: zzhang <[email protected]> Authored: Thu May 2 18:24:19 2013 -0700 Committer: zzhang <[email protected]> Committed: Thu May 2 18:24:19 2013 -0700 ---------------------------------------------------------------------- bump-up.command | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/86d2b034/bump-up.command ---------------------------------------------------------------------- diff --git a/bump-up.command b/bump-up.command index a3a4fb4..f891523 100755 --- a/bump-up.command +++ b/bump-up.command @@ -94,7 +94,7 @@ cecho "bump up mockservice/pom.xml" $green sed -i "s/${version}/${new_version}/g" mockservice/pom.xml grep -C 1 "$new_version" mockservice/pom.xml -for POM in helix-agent/pom.xml recipes/task-execution/pom.xml recipes/pom.xml recipes/distributed-lock-manager/pom.xml recipes/rsync-replicated-file-system/pom.xml recipes/rabbitmq-consumer-group/pom.xml +for POM in helix-agent/pom.xml recipes/task-execution/pom.xml recipes/pom.xml recipes/distributed-lock-manager/pom.xml recipes/rsync-replicated-file-system/pom.xml recipes/rabbitmq-consumer-group/pom.xml recipes/service-discovery/pom.xml do cecho "bump up $POM" $green sed -i "s/${version}/${new_version}/g" $POM
