From c0739a419949a24d0c34cf38a25953c60871268b Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sat, 24 Feb 2018 13:33:52 -0500 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.10.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-logging-interceptor/pom.xml | 2 +- okhttp-testing-support/pom.xml | 2 +- okhttp-tests/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 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 63681f775..8e3b85bae 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 56dc2ae9c..48b9f0abc 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 9f624ed7d..a4380b63a 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 53420fca6..54ee02b84 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 14b0e1682..bc50b5037 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp-apache diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index c4f86d556..04ea0ff2c 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 logging-interceptor diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 0eaa9ff30..51bec5dff 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 6c9295109..f642989df 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 28fa13ddb..7f1fa9dbd 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 7eaae2c43..98ea47bcc 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 okhttp diff --git a/pom.xml b/pom.xml index acb9902b2..8b87c2038 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 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.10.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 77eea94b1..8f10a46c2 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.10.0-SNAPSHOT + 3.10.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index c65465662..c7d0aaee9 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.10.0-SNAPSHOT + 3.10.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index 4bb53c9d5..1a2580762 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.10.0-SNAPSHOT + 3.10.0 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 347edefa2..afd05db9f 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.10.0-SNAPSHOT + 3.10.0 simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index c76577e6c..913d0ef77 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.10.0-SNAPSHOT + 3.10.0 slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 30b3cb868..ca8cd81c3 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.10.0-SNAPSHOT + 3.10.0 static-server