Updated Branches: refs/heads/master 6e4dbb520 -> 2971ec767
fix version Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/2971ec76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/2971ec76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/2971ec76 Branch: refs/heads/master Commit: 2971ec767fd069431d063318d0caa1412b9bc58e Parents: 6e4dbb5 Author: Olivier Lamy <[email protected]> Authored: Sun May 5 16:51:16 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Sun May 5 16:51:16 2013 +1000 ---------------------------------------------------------------------- recipes/task-execution/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2971ec76/recipes/task-execution/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index 2d77c29..a4b454f 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -40,6 +40,7 @@ under the License. <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> + <version>0.6.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>log4j</groupId>
