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 2018/07/02 14:03:40 UTC

[1/2] storm git commit: STORM-3061: Update commons libraries

Repository: storm
Updated Branches:
  refs/heads/master f57a3e415 -> 1ffa9167d


STORM-3061: Update commons libraries


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

Branch: refs/heads/master
Commit: a69cb004d0d1688ff1599d757d745cabb1bb4d87
Parents: d880767
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Jun 28 12:39:42 2018 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Jun 28 12:39:42 2018 -0500

----------------------------------------------------------------------
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a69cb004/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fa4c77c..5e66757 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,14 +250,14 @@
         <clojure.version>1.7.0</clojure.version>
         <compojure.version>1.1.9</compojure.version>
         <hiccup.version>0.3.6</hiccup.version>
-        <commons-compress.version>1.4.1</commons-compress.version>
-        <commons-io.version>2.5</commons-io.version>
-        <commons-lang.version>2.5</commons-lang.version>
-        <commons-exec.version>1.1</commons-exec.version>
+        <commons-compress.version>1.16.1</commons-compress.version>
+        <commons-io.version>2.6</commons-io.version>
+        <commons-lang.version>2.6</commons-lang.version>
+        <commons-exec.version>1.3</commons-exec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-fileupload.version>1.3.2</commons-fileupload.version>
-        <commons-codec.version>1.6</commons-codec.version>
-        <commons-cli.version>1.3.1</commons-cli.version>
+        <commons-fileupload.version>1.3.3</commons-fileupload.version>
+        <commons-codec.version>1.11</commons-codec.version>
+        <commons-cli.version>1.4</commons-cli.version>
         <clj-time.version>0.8.0</clj-time.version>
         <curator.version>4.0.1</curator.version>
         <curator-test.version>2.12.0</curator-test.version>


[2/2] storm git commit: Merge branch 'STORM-3061-commons' of https://github.com/revans2/incubator-storm into STORM-3061

Posted by bo...@apache.org.
Merge branch 'STORM-3061-commons' of https://github.com/revans2/incubator-storm into STORM-3061

STORM-3061: Update commons libraries

This closes #2742


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

Branch: refs/heads/master
Commit: 1ffa9167d7520822e4776d24889c0145c0b46af8
Parents: f57a3e4 a69cb00
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon Jul 2 08:41:49 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon Jul 2 08:41:49 2018 -0500

----------------------------------------------------------------------
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


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