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/22 16:32:12 UTC

[1/3] git commit: STORM-288 : Fixes version spelling

Repository: incubator-storm
Updated Branches:
  refs/heads/master c4ea0caee -> 8f3949534


STORM-288 : Fixes version spelling


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

Branch: refs/heads/master
Commit: 5eeb74f78b03d1d1076bb3c5871481056a5edf7f
Parents: 1a0b46e
Author: Srinivas Gumdelli <sr...@cerner.com>
Authored: Fri Apr 18 09:57:41 2014 -0500
Committer: Srinivas Gumdelli <sr...@cerner.com>
Committed: Mon Apr 21 23:58:20 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/5eeb74f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8894aaf..7e45f34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
         <clojure.version>1.4.0</clojure.version>
         <compojure.version>1.1.3</compojure.version>
         <hiccup.version>0.3.6</hiccup.version>
-        <commons-io.verson>2.4</commons-io.verson>
+        <commons-io.version>2.4</commons-io.version>
         <commons-lang.version>2.5</commons-lang.version>
         <commons-exec.version>1.1</commons-exec.version>
         <clj-time.version>0.4.1</clj-time.version>
@@ -269,7 +269,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>${commons-io.verson}</version>
+                <version>${commons-io.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>


[2/3] git commit: Merge branch 'master' of https://github.com/srinivasgumdelli/incubator-storm

Posted by bo...@apache.org.
Merge branch 'master' of https://github.com/srinivasgumdelli/incubator-storm


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

Branch: refs/heads/master
Commit: 81704e310eb5e54135fd622281c4c0ebd7df663f
Parents: c4ea0ca 5eeb74f
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Tue Apr 22 14:30:41 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Tue Apr 22 14:30:41 2014 +0000

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


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


[3/3] git commit: Added STORM-288: Fixes version spelling in pom.xml

Posted by bo...@apache.org.
Added STORM-288: Fixes version spelling in pom.xml


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

Branch: refs/heads/master
Commit: 8f394953426af6eb827efb2c94b8d786c599a2ca
Parents: 81704e3
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Tue Apr 22 14:31:30 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Tue Apr 22 14:31:30 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/8f394953/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a75853..7ffc085 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-288: Fixes version spelling in pom.xml
  * STORM-208: Add storm-kafka as an external module
  * STORM-285: Fix storm-core shade plugin config
  * STORM-12: reduce thread usage of netty transport