Skip to content

Commit fc6305a

Browse files
committed
0.0.14-SNAPSHOT
1 parent 996d904 commit fc6305a

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
@@ -26,13 +26,13 @@ The library comes as a maven dependency:
2626
<dependency>
2727
<groupId>com.amihaiemil.web</groupId>
2828
<artifactId>docker-java-api</artifactId>
29-
<version>0.0.12</version>
29+
<version>0.0.13</version>
3030
</dependency>
3131
```
3232

3333
**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 have no idea what this means, go [here](https://github.com/amihaiemil/docker-java-api/wiki/What-It-Is#implementation).**
3434

35-
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.
35+
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.13/docker-java-api-0.0.13-jar-with-dependencies.jar">fat</a> jar.
3636

3737
### Usage Example And Wiki
3838

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.13-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>0.0.14-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)