From 44d51d0cebea7d2c69f293e2fb2a7e97e7984bcc Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 13 Mar 2019 23:42:33 -0400 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.14.0 --- mockwebserver/pom.xml | 2 +- okcurl/pom.xml | 2 +- okhttp-dnsoverhttps/pom.xml | 2 +- okhttp-hpacktests/pom.xml | 6 ++---- 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 +- 19 files changed, 21 insertions(+), 23 deletions(-) diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index acd99abb2..11da101c3 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 63032f87a..aac68ed25 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okcurl diff --git a/okhttp-dnsoverhttps/pom.xml b/okhttp-dnsoverhttps/pom.xml index 1fafbb7dc..ef9a08856 100644 --- a/okhttp-dnsoverhttps/pom.xml +++ b/okhttp-dnsoverhttps/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-dnsoverhttps diff --git a/okhttp-hpacktests/pom.xml b/okhttp-hpacktests/pom.xml index d45338750..3bced2746 100644 --- a/okhttp-hpacktests/pom.xml +++ b/okhttp-hpacktests/pom.xml @@ -1,14 +1,12 @@ - + 4.0.0 com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-hpacktests diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index dfc7064db..8916e980e 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 logging-interceptor diff --git a/okhttp-sse/pom.xml b/okhttp-sse/pom.xml index 298331770..21d36086f 100644 --- a/okhttp-sse/pom.xml +++ b/okhttp-sse/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-sse diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 50f0635ff..eec181ac9 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index d7f65dbc3..0a589c4e3 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-tests diff --git a/okhttp-tls/pom.xml b/okhttp-tls/pom.xml index 36ebc369f..c3980bf50 100644 --- a/okhttp-tls/pom.xml +++ b/okhttp-tls/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-tls diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index f9e8ac9cb..2432464ab 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index d6b4d1ee5..5e7eb5e80 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 okhttp diff --git a/pom.xml b/pom.xml index acb68500e..353de7b79 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 pom OkHttp (Parent) @@ -64,7 +64,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.14.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 65f52efd7..bc5bae24c 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index d5236ba94..21c8d0203 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index d9f7a291a..aa7e9506e 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.0-SNAPSHOT + 3.14.0 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 31a480e28..e905ac75f 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index 42e44113b..e28fef2a6 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 4af7a912f..871ddee1f 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 static-server diff --git a/samples/unixdomainsockets/pom.xml b/samples/unixdomainsockets/pom.xml index a6728d97b..0f8c48d2c 100644 --- a/samples/unixdomainsockets/pom.xml +++ b/samples/unixdomainsockets/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.0-SNAPSHOT + 3.14.0 unixdomainsockets