Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4797ac4

Browse files
author
Andrew Hoh
committed
Update on minor version in README
1 parent ec5d127 commit 4797ac4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#Microsoft Azure DocumentDB Hadoop Connector
22

33
![](https://img.shields.io/github/release/azure/azure-documentdb-hadoop.svg)
4+
![](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-documentdb-hadoop.svg)
45
![](https://img.shields.io/github/issues/azure/azure-documentdb-hadoop.svg)
56

67
This project provides a client library in Java that allows Microsoft Azure DocumentDB to act as an input source or output sink for MapReduce, Hive, and Pig jobs.
@@ -27,7 +28,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
2728
<dependency>
2829
<groupId>com.microsoft.azure</groupId>
2930
<artifactId>azure-documentdb-hadoop</artifactId>
30-
<version>0.9.1</version>
31+
<version>0.9.2</version>
3132
</dependency>
3233

3334
##Requirements
@@ -40,7 +41,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
4041
* HDI 3.1 ([Getting started with HDInsight](http://azure.microsoft.com/en-us/documentation/articles/hdinsight-get-started/))
4142

4243
## Dependencies
43-
* Microsoft Azure DocumentDB Java SDK 0.9.4 (com.microsoft.azure / azure-documentdb / 0.9.4)
44+
* Microsoft Azure DocumentDB Java SDK 0.9.5 (com.microsoft.azure / azure-documentdb / 0.9.5)
4445

4546
When using Hive:
4647
* OpenX Technologies JsonSerde 1.3.1-SNAPSHOT (org.openx.data / json-serde-parent / 1.3.1-SNAPSHOT)

0 commit comments

Comments
 (0)