File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22===
33
4- docker-java-0.10.6 -SNAPSHOT
4+ docker-java-1.0.0 -SNAPSHOT
55---
6+ * [ #142 ] ( https://github.com/docker-java/docker-java/pull/142 ) Reduce Logging Level
67 * [ #138 ] ( https://github.com/docker-java/docker-java/pull/138 ) Apache CXF interopabilty
78 * [ #137 ] ( https://github.com/docker-java/docker-java/pull/137 ) Multiple volumesFrom option when creating a container
89 * [ #135 ] ( https://github.com/docker-java/docker-java/pull/135 ) Update to latest unix-socket-factory
910 * [ #134 ] ( https://github.com/docker-java/docker-java/pull/134 ) Remove Google Guava as dependency
11+ * [ #131 ] ( https://github.com/docker-java/docker-java/pull/128 ) Utility classes and streamed JSON representations
1012 * [ #128 ] ( https://github.com/docker-java/docker-java/pull/128 ) Allow unauthorized pullImageCmd
1113
1214docker-java-0.10.5
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You can find the latest SNAPSHOT version including javadoc and source files on [
6969 <dependency>
7070 <groupId>com.github.docker-java</groupId>
7171 <artifactId>docker-java</artifactId>
72- <version>0.10.6 -SNAPSHOT</version>
72+ <version>1.0.0 -SNAPSHOT</version>
7373 </dependency>
7474
7575## 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 >0.10.6 -SNAPSHOT</version >
13+ <version >1.0.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