From ad97bd3df34376eec85aa187dc8f45cfde8a2c01 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sun, 17 May 2020 12:50:54 -0400 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.14.9 --- mockwebserver/pom.xml | 2 +- okcurl/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 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 1a4772eea..324c132a2 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 9623d7375..59de39ac6 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okcurl diff --git a/okhttp-dnsoverhttps/pom.xml b/okhttp-dnsoverhttps/pom.xml index 315904e09..ac4b17b8a 100644 --- a/okhttp-dnsoverhttps/pom.xml +++ b/okhttp-dnsoverhttps/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-dnsoverhttps diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 0725f0515..0a33bf4d0 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 logging-interceptor diff --git a/okhttp-sse/pom.xml b/okhttp-sse/pom.xml index a54e13ddd..0e6882587 100644 --- a/okhttp-sse/pom.xml +++ b/okhttp-sse/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-sse diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 7d17792fd..62dd9ed51 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 829c00d1d..14cc36ca4 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-tests diff --git a/okhttp-tls/pom.xml b/okhttp-tls/pom.xml index 79375d99d..a61b9b0a6 100644 --- a/okhttp-tls/pom.xml +++ b/okhttp-tls/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-tls diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 5b539aa1c..76bf2f2c2 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 7bef49e1b..40892eb6c 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 okhttp diff --git a/pom.xml b/pom.xml index d260db6aa..1b69126bd 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 pom OkHttp (Parent) @@ -63,7 +63,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.9 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index ded8eaa3e..f4dd3272b 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.9-SNAPSHOT + 3.14.9 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index b0eb8db40..0f1fdf6d7 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.9-SNAPSHOT + 3.14.9 guide diff --git a/samples/pom.xml b/samples/pom.xml index 875fb0571..6cd21c12c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.14.9-SNAPSHOT + 3.14.9 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 66c2c64a6..498a9e0ba 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.9-SNAPSHOT + 3.14.9 simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index aeb335444..8d4f58694 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.9-SNAPSHOT + 3.14.9 slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 9f0f0448d..6d07e78b7 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.9-SNAPSHOT + 3.14.9 static-server diff --git a/samples/unixdomainsockets/pom.xml b/samples/unixdomainsockets/pom.xml index bf4a077df..9d39eb1c6 100644 --- a/samples/unixdomainsockets/pom.xml +++ b/samples/unixdomainsockets/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.14.9-SNAPSHOT + 3.14.9 unixdomainsockets