Skip to content

Commit eba7df3

Browse files
committed
Updates version number to 0.9.3
1 parent 2733153 commit eba7df3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
1414
<dependency>
1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-documentdb</artifactId>
17-
<version>0.9.2</version>
17+
<version>0.9.3</version>
1818
</dependency>
1919

2020
###Option 2: Source Via Git

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>azure-documentdb</artifactId>
6-
<version>0.9.2</version>
6+
<version>0.9.3</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>Java SDK for Microsoft Azure DocumentDB</description>
99
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>

src/com/microsoft/azure/documentdb/HttpConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static class Versions {
153153

154154
public static String CURRENT_VERSION = "2014-08-21";
155155

156-
public static String USER_AGENT = "documentdb-java-sdk-0.9.2";
156+
public static String USER_AGENT = "documentdb-java-sdk-0.9.3";
157157
}
158158

159159
public static class StatusCodes {

src/com/microsoft/azure/documentdb/SqlQuerySpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public String getQueryText() {
4747
/**
4848
* Sets the text of the query.
4949
*
50-
* @param value the query text.
50+
* @param queryText the query text.
5151
*/
5252
public void setQueryText(String queryText) {
5353
super.set("query", queryText);

0 commit comments

Comments
 (0)