diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 4c5a95494..6bcea8d31 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 1ca194467..b13f7c3be 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 mockwebserver diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index c79b18235..6018af000 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 okhttp-apache diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index ebdefb060..d3922a71a 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 92c1c86ec..4ae5dd8c3 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index f97690b53..6a7db92f5 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 okhttp diff --git a/pom.xml b/pom.xml index 153c3a2dc..b6b08c1ad 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 pom OkHttp (Parent) @@ -48,7 +48,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - HEAD + parent-1.6.0 diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 61eb3d889..0fcdf998d 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.6.0-SNAPSHOT + 1.6.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index 548ab0c9d..087512f82 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.6.0-SNAPSHOT + 1.6.0 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 42e21a717..4b1e04450 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.6.0-SNAPSHOT + 1.6.0 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 184db442b..78f330e65 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.6.0-SNAPSHOT + 1.6.0 static-server