Skip to content

Commit 6a6e4e0

Browse files
author
abhijitjaiswal
committed
For doing a release
1 parent e572ffe commit 6a6e4e0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The SDK is available in The Central Repository. To use the SDK, add the followin
88
<dependency>
99
<groupId>com.qubole.qds-sdk-java</groupId>
1010
<artifactId>qds-sdk-java</artifactId>
11-
<version>0.9.1</version>
11+
<version>0.9.4</version>
1212
</dependency>
1313
```
1414

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.qubole.qds-sdk-java</groupId>
66
<artifactId>qds-sdk-java-examples</artifactId>
7-
<version>0.9.3</version>
7+
<version>0.9.4</version>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.qubole.qds-sdk-java</groupId>
1818
<artifactId>qds-sdk-java</artifactId>
19-
<version>0.9.3</version>
19+
<version>0.9.4</version>
2020
</dependency>
2121
</dependencies>
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.qubole.qds-sdk-java</groupId>
2323
<artifactId>qds-sdk-java</artifactId>
2424
<name>Qubole Data Service Java SDK</name>
25-
<version>0.9.2-SNAPSHOT</version>
25+
<version>0.9.4</version>
2626
<description>
2727
A Java library that provides the tools you need to
2828
authenticate with, and use the Qubole Data Service API.

0 commit comments

Comments
 (0)