update EventHubClient library version to 0.9.1 Signed-off-by: Shanyu Zhao <[email protected]>
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 <[email protected]> Authored: Fri May 29 14:05:28 2015 -0700 Committer: Shanyu Zhao <[email protected]> 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>
