From 875bfa3eef611237111fdc3560caec00c52c66ca Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sun, 23 Dec 2018 12:41:42 -0500 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.12.1 --- benchmarks/pom.xml | 2 +- bom/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 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index c82833cd3..82cdc0df1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 benchmarks diff --git a/bom/pom.xml b/bom/pom.xml index 776328127..dac7c59a2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-bom diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 442360697..11f66cf42 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 3f64e0d41..1048a3b25 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 85384cfd1..28128731b 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index d631941f4..2c2eeddd0 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-apache diff --git a/okhttp-dnsoverhttps/pom.xml b/okhttp-dnsoverhttps/pom.xml index 110aab10e..1c0a561d9 100644 --- a/okhttp-dnsoverhttps/pom.xml +++ b/okhttp-dnsoverhttps/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-dnsoverhttps diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 175bf087f..18d5722ad 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 logging-interceptor diff --git a/okhttp-sse/pom.xml b/okhttp-sse/pom.xml index 24c717b78..e2e64ca1f 100644 --- a/okhttp-sse/pom.xml +++ b/okhttp-sse/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-sse diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 088e00c43..4ef7c3af1 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index b5b2d7219..06a589d22 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-tests diff --git a/okhttp-tls/pom.xml b/okhttp-tls/pom.xml index a18e08aad..7ee4267c7 100644 --- a/okhttp-tls/pom.xml +++ b/okhttp-tls/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-tls diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 9449c7b23..1bdc42195 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index e7d7ec769..b7adb196f 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 okhttp diff --git a/pom.xml b/pom.xml index dcd3cd766..ffd392c06 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 pom OkHttp (Parent) @@ -70,7 +70,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - parent-3.12.0 + parent-3.12.1 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 0f1bf74f8..1744c1077 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 95bf2d083..ec7983211 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 guide diff --git a/samples/pom.xml b/samples/pom.xml index d92e68724..eb8a78bbe 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.12.1-SNAPSHOT + 3.12.1 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index eee03aa43..223317fbd 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index 583b17a08..d2c651642 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index c6eafb021..57b03ae7f 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 static-server diff --git a/samples/unixdomainsockets/pom.xml b/samples/unixdomainsockets/pom.xml index 16d203cf7..756a254af 100644 --- a/samples/unixdomainsockets/pom.xml +++ b/samples/unixdomainsockets/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.12.1-SNAPSHOT + 3.12.1 unixdomainsockets