Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9d11db

Browse filesBrowse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 52c2abf commit a9d11db
Copy full SHA for a9d11db

File tree

7 files changed

+8
-8
lines changed
Filter options

7 files changed

+8
-8
lines changed

‎docker-java-api/pom.xml

Copy file name to clipboardExpand all lines: docker-java-api/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎docker-java-core/pom.xml

Copy file name to clipboardExpand all lines: docker-java-core/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎docker-java-transport-jersey/pom.xml

Copy file name to clipboardExpand all lines: docker-java-transport-jersey/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎docker-java-transport-netty/pom.xml

Copy file name to clipboardExpand all lines: docker-java-transport-netty/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎docker-java-transport-okhttp/pom.xml

Copy file name to clipboardExpand all lines: docker-java-transport-okhttp/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎docker-java/pom.xml

Copy file name to clipboardExpand all lines: docker-java/pom.xml
+1-1Lines 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>3.2.0-rc6</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.github.docker-java</groupId>
1111
<artifactId>docker-java-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>3.2.0-rc6</version>
13+
<version>3.2.0-SNAPSHOT</version>
1414

1515
<name>docker-java-parent</name>
1616
<url>https://github.com/docker-java/docker-java</url>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git@github.com:docker-java/docker-java.git</connection>
2929
<url>git@github.com:docker-java/docker-java.git</url>
3030
<developerConnection>scm:git:git@github.com:docker-java/docker-java.git</developerConnection>
31-
<tag>3.2.0-rc6</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.