mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
[maven-release-plugin] prepare release parent-3.14.0
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>mockwebserver</artifactId>
|
<artifactId>mockwebserver</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okcurl</artifactId>
|
<artifactId>okcurl</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-dnsoverhttps</artifactId>
|
<artifactId>okhttp-dnsoverhttps</artifactId>
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-hpacktests</artifactId>
|
<artifactId>okhttp-hpacktests</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>logging-interceptor</artifactId>
|
<artifactId>logging-interceptor</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-sse</artifactId>
|
<artifactId>okhttp-sse</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-testing-support</artifactId>
|
<artifactId>okhttp-testing-support</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-tests</artifactId>
|
<artifactId>okhttp-tests</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-tls</artifactId>
|
<artifactId>okhttp-tls</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp-urlconnection</artifactId>
|
<artifactId>okhttp-urlconnection</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>okhttp</artifactId>
|
||||||
|
4
pom.xml
4
pom.xml
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>OkHttp (Parent)</name>
|
<name>OkHttp (Parent)</name>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<url>https://github.com/square/okhttp/</url>
|
<url>https://github.com/square/okhttp/</url>
|
||||||
<connection>scm:git:https://github.com/square/okhttp.git</connection>
|
<connection>scm:git:https://github.com/square/okhttp.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>parent-3.14.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>crawler</artifactId>
|
<artifactId>crawler</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>guide</artifactId>
|
<artifactId>guide</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>simple-client</artifactId>
|
<artifactId>simple-client</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>slack</artifactId>
|
<artifactId>slack</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>static-server</artifactId>
|
<artifactId>static-server</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.okhttp3.sample</groupId>
|
<groupId>com.squareup.okhttp3.sample</groupId>
|
||||||
<artifactId>sample-parent</artifactId>
|
<artifactId>sample-parent</artifactId>
|
||||||
<version>3.14.0-SNAPSHOT</version>
|
<version>3.14.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>unixdomainsockets</artifactId>
|
<artifactId>unixdomainsockets</artifactId>
|
||||||
|
Reference in New Issue
Block a user