Skip to content

Commit

Permalink
Update the version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed Oct 8, 2020
1 parent ec5cd79 commit c6e4ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 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.17.0](http://suse.github.io/salt-netapi-client/docs/v0.17.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.18.0](http://suse.github.io/salt-netapi-client/docs/v0.18.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).

## How to use it

Expand All @@ -13,7 +13,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.17.0</version>
<version>0.18.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.suse.salt</groupId>
<artifactId>salt-netapi-client</artifactId>
<packaging>jar</packaging>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<name>salt-netapi-client</name>
<url>https://github.com/SUSE/salt-netapi-client</url>
<description>Java bindings for the Salt API</description>
Expand Down

0 comments on commit c6e4ae7

Please sign in to comment.