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 2017/04/27 13:37:31 UTC

[1/2] storm git commit: fix typo in storm-client pom file: kyro -> kryo

Repository: storm
Updated Branches:
  refs/heads/master 500691df7 -> de2907f85


fix typo in storm-client pom file: kyro -> kryo


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

Branch: refs/heads/master
Commit: dc19b6dd2299b54295888acca997c63d962600b1
Parents: 7e183c0
Author: Erik Weathers <er...@gmail.com>
Authored: Tue Apr 25 23:18:51 2017 -0700
Committer: Erik Weathers <er...@gmail.com>
Committed: Tue Apr 25 23:18:51 2017 -0700

----------------------------------------------------------------------
 storm-client/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/dc19b6dd/storm-client/pom.xml
----------------------------------------------------------------------
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index 9813593..99821c8 100644
--- a/storm-client/pom.xml
+++ b/storm-client/pom.xml
@@ -141,7 +141,7 @@
             <artifactId>netty</artifactId>
         </dependency>
 
-        <!-- kyro -->
+        <!-- kryo -->
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>kryo</artifactId>
@@ -333,4 +333,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>


[2/2] storm git commit: Merge branch 'kyro-typo-in-pom-comment' of https://github.com/erikdw/storm

Posted by bo...@apache.org.
Merge branch 'kyro-typo-in-pom-comment' of https://github.com/erikdw/storm

PULL REQUEDST #2091


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

Branch: refs/heads/master
Commit: de2907f859e144ed754cf88a1814d151671de6e6
Parents: 500691d dc19b6d
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 27 08:37:10 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 27 08:37:10 2017 -0500

----------------------------------------------------------------------
 storm-client/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------