Skip to content

Commit d465d74

Browse files
committed
Update README and pom.xml
1 parent 20107a2 commit d465d74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# salt-netapi-client [![Build Status](https://travis-ci.org/SUSE/salt-netapi-client.svg?branch=master)](https://travis-ci.org/SUSE/salt-netapi-client)
22

3-
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).
3+
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.9.0] (http://suse.github.io/salt-netapi-client/docs/v0.9.0) or [master] (http://suse.github.io/salt-netapi-client/docs/master).
44

55
## How to use it
66

@@ -10,7 +10,7 @@ Add the following dependency to the `pom.xml` file of your project:
1010
<dependency>
1111
<groupId>com.suse.salt</groupId>
1212
<artifactId>salt-netapi-client</artifactId>
13-
<version>0.8.0</version>
13+
<version>0.9.0</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.suse.salt</groupId>
55
<artifactId>salt-netapi-client</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
88
<name>salt-netapi-client</name>
99
<url>https://github.com/SUSE/salt-netapi-client</url>
1010
<description>Java bindings for the Salt API</description>

0 commit comments

Comments
 (0)