Skip to content

Commit 5343f80

Browse files
committed
0.0.11-SNAPSHOT
1 parent 530404b commit 5343f80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ The library comes as a maven dependency:
2525
<dependency>
2626
<groupId>com.amihaiemil.web</groupId>
2727
<artifactId>docker-java-api</artifactId>
28-
<version>0.0.9</version>
28+
<version>0.0.10</version>
2929
</dependency>
3030
```
3131

3232
**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!).**
3333

34-
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.9/docker-java-api-0.0.9-jar-with-dependencies.jar">fat</a> jar.
34+
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.10/docker-java-api-0.0.10-jar-with-dependencies.jar">fat</a> jar.
3535

3636
### Contributing
3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.amihaiemil.web</groupId>
55
<artifactId>docker-java-api</artifactId>
6-
<version>0.0.10-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>0.0.11-SNAPSHOT</version><!--rrv-sed-flag-->
77
<name>Docker Java API</name>
88
<description>Elegant OOP wrapper over Docker's API</description>
99
<url>https://www.github.com/amihaiemil/docker-java-api</url>

0 commit comments

Comments
 (0)