From 6e236ce3b80f21369dc544f0e1053ff71be8689b Mon Sep 17 00:00:00 2001 From: jwilson Date: Fri, 26 Feb 2016 10:22:34 -0500 Subject: [PATCH] [maven-release-plugin] prepare release parent-2.7.5 --- 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-ws-tests/pom.xml | 2 +- okhttp-ws/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/static-server/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 2f3cbe41f0e2..b938848456b1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index f429365a932d..7681ad14da13 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 899964119357..fa585b87a2a6 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index e581d4acf3a9..0cb0f7ef1722 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 84f5cd15db90..4da1a4ea89d9 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-apache diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index a82db14f3f00..efd552c9ed7c 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 logging-interceptor diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 37bdef0ce200..42b47016d971 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 30ca3fc77fdd..911afd2c14cb 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 3920a455b088..c11c67fdf03e 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-urlconnection diff --git a/okhttp-ws-tests/pom.xml b/okhttp-ws-tests/pom.xml index a0d381b998c1..18023040a218 100644 --- a/okhttp-ws-tests/pom.xml +++ b/okhttp-ws-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-ws-tests diff --git a/okhttp-ws/pom.xml b/okhttp-ws/pom.xml index e9d54333e28e..688b53879e13 100644 --- a/okhttp-ws/pom.xml +++ b/okhttp-ws/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp-ws diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 44f87d5a9451..3254b3092477 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 okhttp diff --git a/pom.xml b/pom.xml index 2c98fe29e674..465418811f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 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 - parent-2.7.0 + parent-2.7.5 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index de382dc7597b..e92d9edbe49e 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.7.5-SNAPSHOT + 2.7.5 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 50581b290f58..a72fd64a04f4 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.7.5-SNAPSHOT + 2.7.5 guide diff --git a/samples/pom.xml b/samples/pom.xml index 90f496d3bb50..77ca5f5d92e3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.7.5-SNAPSHOT + 2.7.5 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index bf87d58299a8..0065b7b3db36 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.7.5-SNAPSHOT + 2.7.5 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 119339b6a3c0..75b492dcc83e 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.7.5-SNAPSHOT + 2.7.5 static-server