Skip to content

Commit

Permalink
0.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 8, 2019
1 parent 4f5c826 commit fccf000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,13 +19,13 @@ The library comes as a maven dependency:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>zold-java-client</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

**In order for it to work, you need to have an implementation of [JSON-P (JSR 374)](https://javaee.github.io/jsonp/index.html) in your classpath (it doesn't come transitively since most people are using Java EE APIs so, chances are it is already provided!).**

If you are not using Maven, you can also download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/zold-java-client/0.0.2/zold-java-client-0.0.2-jar-with-dependencies.jar">fat</a> jar.
If you are not using Maven, you can also download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/zold-java-client/0.0.3/zold-java-client-0.0.3-jar-with-dependencies.jar">fat</a> jar.

### Contributing

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>zold-java-client</artifactId>
<version>0.0.3-SNAPSHOT</version><!--rrv-sed-flag-->
<version>0.0.4-SNAPSHOT</version><!--rrv-sed-flag-->
<name>Zold Java Client</name>
<description>Java wrapper over Zold's RESTful API</description>
<url>https://www.github.com/amihaiemil/zold-java-client</url>
Expand Down

0 comments on commit fccf000

Please sign in to comment.