Skip to content

Commit

Permalink
0.0.13-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 17, 2020
1 parent 9d17a47 commit 1c87a84
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 @@ -26,13 +26,13 @@ The library comes as a maven dependency:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>docker-java-api</artifactId>
<version>0.0.11</version>
<version>0.0.12</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/docker-java-api/0.0.11/docker-java-api-0.0.11-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/docker-java-api/0.0.12/docker-java-api-0.0.12-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>docker-java-api</artifactId>
<version>0.0.12-SNAPSHOT</version><!--rrv-sed-flag-->
<version>0.0.13-SNAPSHOT</version><!--rrv-sed-flag-->
<name>Docker Java API</name>
<description>Elegant OOP wrapper over Docker's API</description>
<url>https://www.github.com/amihaiemil/docker-java-api</url>
Expand Down

0 comments on commit 1c87a84

Please sign in to comment.