From 2dc79e01e1d974c23a277010609026f58be4bcad Mon Sep 17 00:00:00 2001 From: jwilson Date: Wed, 13 Jan 2016 14:12:19 -0800 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-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 c62ee5fd2cd7..6a4459e9714d 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index b3da3463de78..c87dbc23bbe9 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index dd5eba1c22b7..9acb2289e6aa 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 9b24edbd3c2d..0344a33097ad 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 936306fbc038..927b83af3b41 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT bundle diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 8e883df55976..72b2fca8c7c2 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT bundle diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 72c2409edc8e..a11bef1489d2 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 1a73a332878e..59383f4c59d3 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index ecbc5d8a893d..f1b31f565eda 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT bundle diff --git a/okhttp-ws-tests/pom.xml b/okhttp-ws-tests/pom.xml index 9b690802d9a2..926b4be46807 100644 --- a/okhttp-ws-tests/pom.xml +++ b/okhttp-ws-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT okhttp-ws-tests diff --git a/okhttp-ws/pom.xml b/okhttp-ws/pom.xml index 0cd6bb57b929..aa52f2d8449e 100644 --- a/okhttp-ws/pom.xml +++ b/okhttp-ws/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT bundle diff --git a/okhttp/pom.xml b/okhttp/pom.xml index f2b7b1b0f92b..a0d48293b17e 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index 5c899cf0c8e6..90994b99a091 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT pom OkHttp (Parent) @@ -67,7 +67,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - parent-3.0.0 + HEAD diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 64cb6f116d04..63b8c43aafe8 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.0.0 + 3.1.0-SNAPSHOT crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index b90706ef5e8b..c81ea1775782 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.0.0 + 3.1.0-SNAPSHOT guide diff --git a/samples/pom.xml b/samples/pom.xml index 4806dc064851..784ff1daa7f0 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.0.0 + 3.1.0-SNAPSHOT com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 1d27c086264e..f5b0e7fd600e 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.0.0 + 3.1.0-SNAPSHOT simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 8431ee70add8..1acef5f3f574 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.0.0 + 3.1.0-SNAPSHOT static-server