From 51311219afb81b7fda0e78f8e08af2ad18bfb83a Mon Sep 17 00:00:00 2001 From: jwilson Date: Mon, 4 Sep 2017 17:00:21 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 74adf4156..36a9aee9d 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 6a7abb032..de258420e 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 1da758691..c444a23b4 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 9b4e3d157..e2ff34c2e 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index ebd98b668..4cf687813 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp-apache diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index a3be84e77..275570d46 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT logging-interceptor diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 1762b9656..3605a66ad 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index b2c69f7d3..6959cd9a0 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index e90c46bac..3894bbcd8 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 482ced653..09015c18e 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT okhttp diff --git a/pom.xml b/pom.xml index fe391b8fb..92945305d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT 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 - parent-3.9.0 + HEAD diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index ba57652c4..77eea94b1 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.9.0 + 3.10.0-SNAPSHOT crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index db7016a29..c65465662 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.9.0 + 3.10.0-SNAPSHOT guide diff --git a/samples/pom.xml b/samples/pom.xml index 7d13653f5..4bb53c9d5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.9.0 + 3.10.0-SNAPSHOT com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 64a7f54c6..347edefa2 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.9.0 + 3.10.0-SNAPSHOT simple-client diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml index 73321ae22..c76577e6c 100644 --- a/samples/slack/pom.xml +++ b/samples/slack/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.9.0 + 3.10.0-SNAPSHOT slack diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 873dd607c..30b3cb868 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.9.0 + 3.10.0-SNAPSHOT static-server