Skip to content

Commit

Permalink
Updated README for release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrys committed Oct 25, 2017
1 parent 290dcd9 commit 5ab04b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ In order to use JOSS in your project, simply add the following dependency:
<dependency>
<groupId>org.javaswift</groupId>
<artifactId>joss</artifactId>
<version>0.9.16</version>
<version>0.9.17</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.javaswift</groupId>
<artifactId>joss</artifactId>
<version>0.9.17-SNAPSHOT</version>
<version>0.9.17</version>
<packaging>jar</packaging>
<name>Java OpenStack Storage</name>
<description>Java Client library for OpenStack Storage (Swift)</description>
Expand Down

0 comments on commit 5ab04b5

Please sign in to comment.