Browse Source

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)

Yusaku Sako 10 years ago
parent
commit
81f311baf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-metrics/ambari-metrics-storm-sink/pom.xml

+ 1 - 1
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>