diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index f33f156ea170..5855ec69dda1 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT mockwebserver diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index f8fa6a4a2d5f..14eb349b8d4a 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT okhttp-apache diff --git a/okhttp-protocols/pom.xml b/okhttp-protocols/pom.xml index 0ecb9151461e..190af43cf3af 100644 --- a/okhttp-protocols/pom.xml +++ b/okhttp-protocols/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT okhttp-protocols diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9bad03d30932..17f4cdac203c 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT okhttp diff --git a/pom.xml b/pom.xml index 0391107ec066..bc32950e1020 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT pom OkHttp (Parent) diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index dc0633c751e0..61e58756a1fe 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT guide diff --git a/samples/pom.xml b/samples/pom.xml index 2462fd09d797..b212e99d995f 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 990152b22764..93657e2f2fc7 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index f98e5b5b78e0..70188c725c7a 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.2.2-SNAPSHOT + 2.0.0-SNAPSHOT static-server