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

[1/3] git commit: upgrade http-client --> 4.3.3

Repository: incubator-storm
Updated Branches:
  refs/heads/master a9e5d54ab -> 33e9bce61


upgrade http-client --> 4.3.3


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

Branch: refs/heads/master
Commit: 7832ae00f04c80ec24e90c3911ee12d32fb8e4e5
Parents: 979fc28
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 9 13:15:28 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 9 13:15:28 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/7832ae00/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 97d2b7c..ab72c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <clojure.math.numeric-tower.version>0.0.1</clojure.math.numeric-tower.version>
         <carbonite.version>1.4.0</carbonite.version>
         <snakeyaml.version>1.11</snakeyaml.version>
-        <httpclient.version>4.1.1</httpclient.version>
+        <httpclient.version>4.3.3</httpclient.version>
         <clojure.tools.cli.version>0.2.2</clojure.tools.cli.version>
         <disruptor.version>2.10.1</disruptor.version>
         <jgrapht.version>0.9.0</jgrapht.version>


[2/3] git commit: Merge branch 'http-client-update'

Posted by pt...@apache.org.
Merge branch 'http-client-update'


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

Branch: refs/heads/master
Commit: a276a738c0be29b48ec1b10ba030942fa7956b54
Parents: a9e5d54 7832ae0
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 25 12:31:21 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 25 12:31:21 2014 -0400

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


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


[3/3] git commit: STORM-291: update changelog

Posted by pt...@apache.org.
STORM-291: update 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/33e9bce6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/33e9bce6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/33e9bce6

Branch: refs/heads/master
Commit: 33e9bce61fe4955d80bc251bb163ab87b63b6582
Parents: a276a73
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 25 12:32:21 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 25 12:32:21 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/33e9bce6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae79969..c6bd26f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-291: upgrade http-client to 4.3.3
  * STORM-252: Upgrade curator to latest version
  * STORM-294: Commas not escaped in command line
  * STORM-287: Fix the positioning of documentation strings in clojure code