diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index da4c7bd07..888ddcf7c 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 54b92c6aa..48ee2a4b7 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 47dce8502..22bc839e0 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 53424378c..c7cd86f6c 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-apache diff --git a/okhttp-dnsoverhttps/pom.xml b/okhttp-dnsoverhttps/pom.xml index 6a6cccb20..8c72b658b 100644 --- a/okhttp-dnsoverhttps/pom.xml +++ b/okhttp-dnsoverhttps/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-dnsoverhttps diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 173604128..35bbc9a52 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT logging-interceptor diff --git a/okhttp-sse/pom.xml b/okhttp-sse/pom.xml index 82563b88d..bf4c8c459 100644 --- a/okhttp-sse/pom.xml +++ b/okhttp-sse/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-sse diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 763b92b42..c73293ed1 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index daf88f424..1b0bd2b99 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-tests diff --git a/okhttp-tls/pom.xml b/okhttp-tls/pom.xml index 2f0d9537a..ca9a11717 100644 --- a/okhttp-tls/pom.xml +++ b/okhttp-tls/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-tls diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 04b16b2bb..0c68595b7 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 4f28280c0..d6b4d1ee5 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT okhttp diff --git a/pom.xml b/pom.xml index 6238941bf..55a52490e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT pom OkHttp (Parent) @@ -66,7 +66,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - parent-3.13.1 + HEAD diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 68884ca5a..65f52efd7 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 86adfce40..d5236ba94 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT guide diff --git a/samples/pom.xml b/samples/pom.xml index 63f76a599..d9f7a291a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.13.1 + 3.14.0-SNAPSHOT com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 44e1c9266..31a480e28 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index bf946d4e3..42e44113b 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index a160f9f46..4af7a912f 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT static-server diff --git a/samples/unixdomainsockets/pom.xml b/samples/unixdomainsockets/pom.xml index 07a0c3c95..a6728d97b 100644 --- a/samples/unixdomainsockets/pom.xml +++ b/samples/unixdomainsockets/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.13.1 + 3.14.0-SNAPSHOT unixdomainsockets