File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22===
33
4- Latest SNAPSHOT
4+ v2.1.0
55---
66* [ #306 ] (https://github.com/docker-java/docker-java/pull/306 ) fix(core): fix NPE if latestItem is null in result callback
77* [ #305 ] (https://github.com/docker-java/docker-java/pull/305 ) chore(core): do not expect default DockerCmdExecFactory service
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ You can find the latest SNAPSHOT version including javadoc and source files on [
7474 <dependency>
7575 <groupId>com.github.docker-java</groupId>
7676 <artifactId>docker-java</artifactId>
77- <version>2.0.2 -SNAPSHOT</version>
77+ <version>2.1.0 -SNAPSHOT</version>
7878 </dependency>
7979
8080## Documentation
Original file line number Diff line number Diff line change 1010 <groupId >com.github.docker-java</groupId >
1111 <artifactId >docker-java</artifactId >
1212 <packaging >jar</packaging >
13- <version >2.0.2 -SNAPSHOT</version >
13+ <version >2.1.0 -SNAPSHOT</version >
1414
1515 <name >docker-java</name >
1616 <url >https://github.com/docker-java/docker-java</url >
You can’t perform that action at this time.
0 commit comments