Skip to content

Commit 1ecdd7c

Browse files
committed
prepare release 3.2.1
1 parent b899057 commit 1ecdd7c

File tree

7 files changed

+15
-41
lines changed

7 files changed

+15
-41
lines changed

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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docker-java/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>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.docker-java</groupId>
66
<artifactId>docker-java-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99

1010
<name>docker-java-parent</name>
1111
<url>https://github.com/docker-java/docker-java</url>
@@ -96,13 +96,10 @@
9696
</modules>
9797

9898
<distributionManagement>
99-
<snapshotRepository>
100-
<id>ossrh</id>
101-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
102-
</snapshotRepository>
10399
<repository>
104-
<id>ossrh</id>
105-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
100+
<id>bintray-docker-java-releases</id>
101+
<name>docker-java-releases</name>
102+
<url>https://api.bintray.com/maven/docker-java/releases/docker-java/;publish=0</url>
106103
</repository>
107104
</distributionManagement>
108105

@@ -118,9 +115,6 @@
118115
<groupId>org.apache.maven.plugins</groupId>
119116
<artifactId>maven-deploy-plugin</artifactId>
120117
<version>3.0.0-M1</version>
121-
<configuration>
122-
<skip>true</skip>
123-
</configuration>
124118
</plugin>
125119
<plugin>
126120
<groupId>org.apache.maven.plugins</groupId>
@@ -218,15 +212,15 @@
218212
<groupId>org.apache.maven.plugins</groupId>
219213
<artifactId>maven-javadoc-plugin</artifactId>
220214
<version>2.10.4</version>
215+
<configuration>
216+
<additionalparam>-Xdoclint:none</additionalparam>
217+
</configuration>
221218
<executions>
222219
<execution>
223220
<id>attach-javadocs</id>
224221
<goals>
225222
<goal>jar</goal>
226223
</goals>
227-
<configuration>
228-
<additionalparam>-Xdoclint:none</additionalparam>
229-
</configuration>
230224
</execution>
231225
</executions>
232226
</plugin>
@@ -238,33 +232,13 @@
238232
</plugins>
239233
</pluginManagement>
240234
<plugins>
241-
<plugin>
242-
<groupId>org.sonatype.plugins</groupId>
243-
<artifactId>nexus-staging-maven-plugin</artifactId>
244-
<version>${nexus-staging-maven-plugin.version}</version>
245-
<extensions>true</extensions>
246-
<configuration>
247-
<serverId>ossrh</serverId>
248-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
249-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
250-
</configuration>
251-
</plugin>
252-
253235
<plugin>
254236
<groupId>org.apache.maven.plugins</groupId>
255-
<artifactId>maven-release-plugin</artifactId>
256-
<version>${maven-release-plugin.version}</version>
257-
<configuration>
258-
<autoVersionSubmodules>true</autoVersionSubmodules>
259-
<useReleaseProfile>false</useReleaseProfile>
260-
<releaseProfiles>release</releaseProfiles>
261-
<goals>deploy nexus-staging:release</goals>
262-
</configuration>
237+
<artifactId>maven-source-plugin</artifactId>
263238
</plugin>
264-
265239
<plugin>
266240
<groupId>org.apache.maven.plugins</groupId>
267-
<artifactId>maven-source-plugin</artifactId>
241+
<artifactId>maven-javadoc-plugin</artifactId>
268242
</plugin>
269243
</plugins>
270244
</build>

0 commit comments

Comments
 (0)