Skip to content

Commit cbcfba4

Browse files
author
Marcus Linke
committed
switch to 1.0.0-SNAPSHOT
1 parent abee7f6 commit cbcfba4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Change 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

1214
docker-java-0.10.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)