diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 3a5fccd85113..38ce1f6e08d7 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 3603a842da36..b1183fa40d1d 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index d167ce18d395..a453a062c0d9 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 3bf11e9f4ca2..431d46eb0395 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 6bc872bb1ea4..db1073e9d32d 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-apache diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index ad016c870b85..f5ee733d6cbe 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index bcf1268ae823..e0264b1429c8 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index a0938271fed7..0e7619a3f65b 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-urlconnection diff --git a/okhttp-ws-tests/pom.xml b/okhttp-ws-tests/pom.xml index af4ea7edf780..e0dc1605ced3 100644 --- a/okhttp-ws-tests/pom.xml +++ b/okhttp-ws-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-ws-tests diff --git a/okhttp-ws/pom.xml b/okhttp-ws/pom.xml index ae34464dd320..99b1fbf0772d 100644 --- a/okhttp-ws/pom.xml +++ b/okhttp-ws/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp-ws diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 1cd007c72f0d..2bd2d83b7542 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 okhttp diff --git a/pom.xml b/pom.xml index 42598a75f657..34b9ad2a1dc2 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 pom OkHttp (Parent) @@ -61,7 +61,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - HEAD + parent-2.4.0-RC1 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 59f51d38ed53..24a061e293e4 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 299b065afe73..ec5831c665a2 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 guide diff --git a/samples/pom.xml b/samples/pom.xml index 83b45a98e144..8e26be6639ea 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index e3cb146fbd66..6861f50fb7d5 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 9771c9e7da00..1722458ec650 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.4.0-SNAPSHOT + 2.4.0-RC1 static-server