From 14eb077351a8f24e83cdac92930eff84d05e8787 Mon Sep 17 00:00:00 2001 From: jwilson Date: Thu, 25 Feb 2016 20:54:08 -0500 Subject: [PATCH] [maven-release-plugin] prepare release parent-3.2.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-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 cf29f7bcf..cb989fe40 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 379b32380..aa6611d16 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 0b6f0d6c0..c22d0dbaa 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 066fb7264..e77284053 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 6235935f9..8b28bcdcd 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-apache diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 17e074e73..a9dc37017 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 logging-interceptor diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index c1e13b749..154a9c6a4 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 20f51832b..1c029c527 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 322dab643..a60b15589 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-urlconnection diff --git a/okhttp-ws-tests/pom.xml b/okhttp-ws-tests/pom.xml index cb2972a3f..c678fdb7f 100644 --- a/okhttp-ws-tests/pom.xml +++ b/okhttp-ws-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-ws-tests diff --git a/okhttp-ws/pom.xml b/okhttp-ws/pom.xml index 5f9655b39..bf4435966 100644 --- a/okhttp-ws/pom.xml +++ b/okhttp-ws/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp-ws diff --git a/okhttp/pom.xml b/okhttp/pom.xml index dc8dad813..5b8aa86a7 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 okhttp diff --git a/pom.xml b/pom.xml index 90500efd4..811241947 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.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.2.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 80c803d86..382822ede 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.2.0-SNAPSHOT + 3.2.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index b2d38e5fb..e1753272b 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.2.0-SNAPSHOT + 3.2.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index d6f08bcb5..bb8522ea7 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.2.0-SNAPSHOT + 3.2.0 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index d255e1677..61e330880 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.2.0-SNAPSHOT + 3.2.0 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index c32ea5c1c..a8acc6300 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.2.0-SNAPSHOT + 3.2.0 static-server