You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/12 00:10:36 UTC

[3/3] storm git commit: add STORM-944 to CHANGELOG.md

add STORM-944 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: c54cea116c33853c265d5f3c4eae2129e995b40d
Parents: 6dba1d6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 12 07:10:15 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 12 07:10:15 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c54cea11/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19e3cd9..b1d8293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
  * STORM-913: Use Curator's delete().deletingChildrenIfNeeded() instead of zk/delete-recursive
  * STORM-968: Adding support to generate the id based on names in Trident
  * STORM-845: Storm ElasticSearch connector
+ * STORM-944: storm-hive pom.xml has a dependency conflict with calcite
 
 ## 0.10.0-beta2
  * STORM-843: [storm-redis] Add Javadoc to storm-redis