You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/09/04 22:37:39 UTC

ambari git commit: AMBARI-13004. Fix Storm sink compile time deps with latest version updates. Build number changed. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 5f42e387e -> 2f13fc5e8


AMBARI-13004. Fix Storm sink compile time deps with latest version updates. Build number changed. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2f13fc5e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2f13fc5e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2f13fc5e

Branch: refs/heads/branch-2.1
Commit: 2f13fc5e82cc149802a20910de7d57fe84be3a58
Parents: 5f42e38
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri Sep 4 13:37:21 2015 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri Sep 4 13:37:21 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/2f13fc5e/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 90115ee..c666de0 100644
--- a/ambari-metrics/ambari-metrics-storm-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-storm-sink/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
 
   <properties>
     <!--<storm.version>0.9.3.2.2.1.0-2340</storm.version>-->
-    <storm.version>0.10.0.2.3.2.0-2766</storm.version>
+    <storm.version>0.10.0.2.3.2.0-2650</storm.version>
   </properties>
 
   <build>