mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>benchmarks</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mockwebserver</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okcurl</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-android-support</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-apache</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-dnsoverhttps</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>logging-interceptor</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-sse</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-testing-support</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-tests</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-tls</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-urlconnection</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp</artifactId>
|
||||
|
4
pom.xml
4
pom.xml
@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>OkHttp (Parent)</name>
|
||||
@ -69,7 +69,7 @@
|
||||
<url>https://github.com/square/okhttp/</url>
|
||||
<connection>scm:git:https://github.com/square/okhttp.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
|
||||
<tag>parent-3.11.0</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>crawler</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>guide</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>simple-client</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slack</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>static-server</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>unixdomainsockets</artifactId>
|
||||
|
Reference in New Issue
Block a user