From 95ae0cf421c0f9c5521578781952108d1a1e1bdd Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Thu, 12 Jul 2018 23:41:00 -0400 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.11.0 --- benchmarks/pom.xml | 2 +- mockwebserver/pom.xml | 2 +- okcurl/pom.xml | 2 +- okhttp-android-support/pom.xml | 2 +- okhttp-apache/pom.xml | 2 +- okhttp-dnsoverhttps/pom.xml | 2 +- okhttp-logging-interceptor/pom.xml | 2 +- okhttp-sse/pom.xml | 2 +- okhttp-testing-support/pom.xml | 2 +- okhttp-tests/pom.xml | 2 +- okhttp-tls/pom.xml | 2 +- okhttp-urlconnection/pom.xml | 2 +- okhttp/pom.xml | 2 +- pom.xml | 4 ++-- samples/crawler/pom.xml | 2 +- samples/guide/pom.xml | 2 +- samples/pom.xml | 2 +- samples/simple-client/pom.xml | 2 +- samples/slack/pom.xml | 2 +- samples/static-server/pom.xml | 2 +- samples/unixdomainsockets/pom.xml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index c0ede764df65..5a7164f6e8a3 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 4e0aa41ea610..7918a334cfb0 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 37e025dc4039..75aa54302709 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index f12b7686b82a..63171bb1bb95 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index ad3883e427a9..aede90a3a9d6 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-apache diff --git a/okhttp-dnsoverhttps/pom.xml b/okhttp-dnsoverhttps/pom.xml index 929d022b28ce..9e59b9329322 100644 --- a/okhttp-dnsoverhttps/pom.xml +++ b/okhttp-dnsoverhttps/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-dnsoverhttps diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 97b0f9abb9f2..fd71fa933884 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 logging-interceptor diff --git a/okhttp-sse/pom.xml b/okhttp-sse/pom.xml index fda1f3b11e6e..5bbcace00999 100644 --- a/okhttp-sse/pom.xml +++ b/okhttp-sse/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-sse diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index a52279d9d1bd..ef8f196c9ef4 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index daa8f7f95559..1a66f9105acd 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-tests diff --git a/okhttp-tls/pom.xml b/okhttp-tls/pom.xml index 64990ee25d5e..b45ac790ca68 100644 --- a/okhttp-tls/pom.xml +++ b/okhttp-tls/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-tls diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index b46bc3026e0c..f60ee5d8d31b 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 6c1a0ba9d5a4..05d9b0a933d8 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 okhttp diff --git a/pom.xml b/pom.xml index bde9fbecfbf8..956fb3b524f7 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 pom OkHttp (Parent) @@ -69,7 +69,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - HEAD + parent-3.11.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 81a9d1ae767d..d949efb31e08 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 43a463398147..000794d579ff 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index db66d176a54e..2b8a348dba01 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.11.0-SNAPSHOT + 3.11.0 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index f27811131942..f7b96cbbe1cb 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index 271cdbfc71a4..9ac23202c7a0 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 4fdd5fa7e4b1..792de298f23c 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 static-server diff --git a/samples/unixdomainsockets/pom.xml b/samples/unixdomainsockets/pom.xml index 9cf9c258eeb1..47759598e198 100644 --- a/samples/unixdomainsockets/pom.xml +++ b/samples/unixdomainsockets/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.11.0-SNAPSHOT + 3.11.0 unixdomainsockets