You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/04/18 20:01:50 UTC

[1/2] git commit: Fixed storm-core shade plugin config

Repository: incubator-storm
Updated Branches:
  refs/heads/master 1a0b46e95 -> 6cc9bfe1c


Fixed storm-core shade plugin config

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

Branch: refs/heads/master
Commit: 3a037463569e81a43b399e4de9ae43f0b5749eff
Parents: 1a0b46e
Author: Bryan Baugher <br...@cerner.com>
Authored: Tue Apr 15 13:10:07 2014 -0500
Committer: Bryan Baugher <br...@cerner.com>
Committed: Tue Apr 15 13:10:07 2014 -0500

----------------------------------------------------------------------
 storm-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/3a037463/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 8eee3a9..3329b88 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -244,7 +244,7 @@
                     <artifactSet>
                         <includes>
                             <include>org.apache.thrift:*</include>
-                            <include>odg.apache.storm:*</include>
+                            <include>org.apache.storm:*</include>
                         </includes>
                     </artifactSet>
 


[2/2] git commit: Added STORM-285 to Changelog.

Posted by bo...@apache.org.
Added STORM-285 to Changelog.


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

Branch: refs/heads/master
Commit: 6cc9bfe1c16f668cf8d89ff249136420965e6a51
Parents: 3a03746
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Fri Apr 18 18:01:04 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Fri Apr 18 18:01:04 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/6cc9bfe1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fd0e80..81a19ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-285: Fix storm-core shade plugin config
  * STORM-12: reduce thread usage of netty transport
  * STORM-281: fix and issue with config parsing that could lead to leaking file descriptors
  * STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment