Repository: incubator-ranger Updated Branches: refs/heads/master 2b0462069 -> 24543ec1d
RANGER-343 parameterized storm version Signed-off-by: sneethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/24543ec1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/24543ec1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/24543ec1 Branch: refs/heads/master Commit: 24543ec1d171134f33bdd2544299b7ce2eec2c9d Parents: 2b04620 Author: Ashish Singh <[email protected]> Authored: Thu Mar 26 15:29:36 2015 -0700 Committer: sneethiraj <[email protected]> Committed: Thu Mar 26 18:35:52 2015 -0400 ---------------------------------------------------------------------- pom.xml | 1 + storm-agent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/24543ec1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 00c63e9..a93cd73 100644 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,7 @@ <hamcrest.all.version>1.3</hamcrest.all.version> <hbase.version>0.99.2</hbase.version> <hive.version>1.2.0-SNAPSHOT</hive.version> + <storm.version>0.9.2-incubating</storm.version> <httpcomponent.httpmime.version>4.2.5</httpcomponent.httpmime.version> <httpcomponent.httpclient.version>4.2.5</httpcomponent.httpclient.version> <httpcomponent.httpcore.version>4.2.5</httpcomponent.httpcore.version> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/24543ec1/storm-agent/pom.xml ---------------------------------------------------------------------- diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml index dfcb0ab..5075987 100644 --- a/storm-agent/pom.xml +++ b/storm-agent/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.storm</groupId> <artifactId>storm-core</artifactId> - <version>0.9.2-incubating</version> + <version>${storm.version}</version> </dependency> <dependency> <groupId>security_plugins.ranger-plugins-common</groupId>
