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 2015/06/03 19:35:58 UTC

[44/50] [abbrv] storm git commit: update EventHubClient library version to 0.9.1

update EventHubClient library version to 0.9.1

Signed-off-by: Shanyu Zhao <sh...@microsoft.com>


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

Branch: refs/heads/master
Commit: 86f326a3c0b40fc1b0eab65fcb17b438e433cfd6
Parents: 85aeb3d
Author: Shanyu Zhao <sh...@microsoft.com>
Authored: Fri May 29 14:05:28 2015 -0700
Committer: Shanyu Zhao <sh...@microsoft.com>
Committed: Fri May 29 14:05:28 2015 -0700

----------------------------------------------------------------------
 external/storm-eventhubs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/86f326a3/external/storm-eventhubs/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-eventhubs/pom.xml b/external/storm-eventhubs/pom.xml
index 6d4a47b..5de412f 100755
--- a/external/storm-eventhubs/pom.xml
+++ b/external/storm-eventhubs/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <eventhubs.client.version>0.9</eventhubs.client.version>
+        <eventhubs.client.version>0.9.1</eventhubs.client.version>
     </properties>
     <build>
         <plugins>