Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agarwal committed Aug 12, 2015
1 parent 00803e0 commit bc60b9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The SDK is available in The Central Repository. To use the SDK, add the followin
<dependency>
<groupId>com.qubole.qds-sdk-java</groupId>
<artifactId>qds-sdk-java</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.qubole.qds-sdk-java</groupId>
<artifactId>qds-sdk-java-examples</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.qubole.qds-sdk-java</groupId>
<artifactId>qds-sdk-java</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.qubole.qds-sdk-java</groupId>
<artifactId>qds-sdk-java</artifactId>
<name>Qubole Data Service Java SDK</name>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
<description>
A Java library that provides the tools you need to
authenticate with, and use the Qubole Data Service API.
Expand Down

0 comments on commit bc60b9f

Please sign in to comment.