Repository: ambari Updated Branches: refs/heads/trunk 1272108d9 -> 81f311baf
AMBARI-1320. ambari-metrics refers to version of storm (0.9.3.2.2.1.0-2341) that doesn't exist in repositories. (David McWhorter via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/81f311ba Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/81f311ba Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/81f311ba Branch: refs/heads/trunk Commit: 81f311baf4bdbec2d221ec9d88ca6793da9c6296 Parents: 1272108 Author: Yusaku Sako <[email protected]> Authored: Thu Apr 2 14:48:55 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Apr 2 14:48:55 2015 -0700 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-storm-sink/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/81f311ba/ambari-metrics/ambari-metrics-storm-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-storm-sink/pom.xml b/ambari-metrics/ambari-metrics-storm-sink/pom.xml index 21d3a90..c4bc676 100644 --- a/ambari-metrics/ambari-metrics-storm-sink/pom.xml +++ b/ambari-metrics/ambari-metrics-storm-sink/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <packaging>jar</packaging> <properties> - <storm.version>0.9.3.2.2.1.0-2341</storm.version> + <storm.version>0.9.3.2.2.1.0-2340</storm.version> </properties> <build>
