Skip to content

Commit

Permalink
0.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jul 13, 2018
1 parent a5a2811 commit c30d31b
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 @@ -23,13 +23,13 @@ The library comes as a maven dependency:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>docker-java-api</artifactId>
<version>0.0.1</version>
<version>0.0.2</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.1/docker-java-api-0.0.1-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.2/docker-java-api-0.0.2-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.2-SNAPSHOT</version><!--rrv-sed-flag-->
<version>0.0.3-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 c30d31b

Please sign in to comment.