diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 2dab72f0e..f72febe81 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 0d858e552..20f269ec1 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index 63b1cc8c8..76da432e4 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okcurl diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index 9f6f647bc..58dee5e33 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-android-support diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 68fcf1add..d50158a15 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-apache diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index a837c6c89..894d96231 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 logging-interceptor diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 7b6ad7cd7..0246756be 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-testing-support diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 137a07931..b174f72ee 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 2c95ffc6c..8be2f3e60 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-urlconnection diff --git a/okhttp-ws-tests/pom.xml b/okhttp-ws-tests/pom.xml index 783385c8f..74c3721f9 100644 --- a/okhttp-ws-tests/pom.xml +++ b/okhttp-ws-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-ws-tests diff --git a/okhttp-ws/pom.xml b/okhttp-ws/pom.xml index e6dbdb547..cddc1a0b6 100644 --- a/okhttp-ws/pom.xml +++ b/okhttp-ws/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp-ws diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 0db4e1a85..878e557ec 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 okhttp diff --git a/pom.xml b/pom.xml index 5a8273bf0..ea0a3f822 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 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 - HEAD + parent-3.3.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 0daef2b94..4af245463 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.3.0-SNAPSHOT + 3.3.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index d6ccee43e..e8b173d51 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.3.0-SNAPSHOT + 3.3.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index b34647c32..f0d7d6bb5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3 parent - 3.3.0-SNAPSHOT + 3.3.0 com.squareup.okhttp3.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 1327dea14..c196e9c56 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.3.0-SNAPSHOT + 3.3.0 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index f9e5101f9..5700d6996 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp3.sample sample-parent - 3.3.0-SNAPSHOT + 3.3.0 static-server