Skip to content

Commit 540d411

Browse files
committedFeb 26, 2020
version 0.17.0
1 parent 4b02ec1 commit 540d411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# salt-netapi-client
55

6-
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.16.0](http://suse.github.io/salt-netapi-client/docs/v0.16.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).
6+
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.17.0](http://suse.github.io/salt-netapi-client/docs/v0.17.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).
77

88
## How to use it
99

@@ -13,7 +13,7 @@ Add the following dependency to the `pom.xml` file of your project:
1313
<dependency>
1414
<groupId>com.suse.salt</groupId>
1515
<artifactId>salt-netapi-client</artifactId>
16-
<version>0.16.0</version>
16+
<version>0.17.0</version>
1717
</dependency>
1818
```
1919

‎pom.xml

+1-1
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.17.0-SNAPSHOT</version>
7+
<version>0.17.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)
Please sign in to comment.