Skip to content

Commit b42bece

Browse files
author
abhijitjaiswal
committed
Preparing for release 1.0.0
1 parent 1fb090e commit b42bece

3 files changed

Lines changed: 3 additions & 3 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.4</version>
11+
<version>1.0.0</version>
1212
</dependency>
1313
```
1414

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.qubole.qds-sdk-java</groupId>
1818
<artifactId>qds-sdk-java</artifactId>
19-
<version>0.9.4</version>
19+
<version>1.0.0</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.4-snapshot</version>
25+
<version>1.0.0</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)