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 2018/06/19 19:57:39 UTC

[1/2] storm git commit: STORM-3113: Upgrade Mockito to fix Java 10 incompatibility

Repository: storm
Updated Branches:
  refs/heads/master 49504b4e0 -> e9630a575


STORM-3113: Upgrade Mockito to fix Java 10 incompatibility


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

Branch: refs/heads/master
Commit: cade93e4e3241b43700383571b6494a1f020eae5
Parents: 5200cff
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Mon Jun 18 21:14:50 2018 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Mon Jun 18 21:14:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/storm/blob/cade93e4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5f3a5e..38b214f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
         <metrics.version>3.1.0</metrics.version>
         <clojure.tools.nrepl.version>0.2.3</clojure.tools.nrepl.version>
         <clojure-complete.version>0.2.3</clojure-complete.version>
-        <mockito.version>2.10.0</mockito.version>
+        <mockito.version>2.19.0</mockito.version>
         <conjure.version>2.1.3</conjure.version>
         <zookeeper.version>3.4.6</zookeeper.version>
         <jline.version>0.9.94</jline.version>


[2/2] storm git commit: Merge branch 'STORM-3113' of https://github.com/srdo/storm into STORM-3113-merge

Posted by ka...@apache.org.
Merge branch 'STORM-3113' of https://github.com/srdo/storm into STORM-3113-merge


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

Branch: refs/heads/master
Commit: e9630a5754b9b47155eb74298576077f62226492
Parents: 49504b4 cade93e
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Jun 20 04:57:24 2018 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Jun 20 04:57:24 2018 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e9630a57/pom.xml
----------------------------------------------------------------------