Skip to content

Commit

Permalink
Update README.md to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed Jul 5, 2016
1 parent 254acc9 commit 2faa3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# salt-netapi-client [![Build Status](https://travis-ci.org/SUSE/salt-netapi-client.svg?branch=master)](https://travis-ci.org/SUSE/salt-netapi-client)

Java bindings for the [Salt API] (http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.7.0] (http://suse.github.io/salt-netapi-client/docs/v0.7.0) or [master] (http://suse.github.io/salt-netapi-client/docs/master).
Java bindings for the [Salt API] (http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.8.0] (http://suse.github.io/salt-netapi-client/docs/v0.8.0) or [master] (http://suse.github.io/salt-netapi-client/docs/master).

## How to use it

Expand All @@ -10,7 +10,7 @@ Add the following dependency to the `pom.xml` file of your project:
<dependency>
<groupId>com.suse.salt</groupId>
<artifactId>salt-netapi-client</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
```

Expand Down

0 comments on commit 2faa3fe

Please sign in to comment.