Skip to content

Commit 8c6ae8e

Browse files
committed
Set version number to 3.4.0.1 for publishing
1 parent 9f65e93 commit 8c6ae8e

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

docker-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-httpclient5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport-zerodep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java-transport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>3.4.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)