diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index eb17d64742cf..a0f9d1e60409 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0-SNAPSHOT + 1.0.0 okhttp-apache diff --git a/okhttp/pom.xml b/okhttp/pom.xml index f94dd87612f2..1401a17017e1 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0-SNAPSHOT + 1.0.0 okhttp diff --git a/pom.xml b/pom.xml index 37da64870230..a01fe3fd5e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.0-SNAPSHOT + 1.0.0 pom OkHttp (Parent) @@ -43,6 +43,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git + parent-1.0.0 diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index b77d116c9c77..50b37ab81a38 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.0-SNAPSHOT + 1.0.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index 6c6b63d16a6c..41df8d6e34fe 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0-SNAPSHOT + 1.0.0 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 01b5b433b8be..4e4234ffc73b 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.0-SNAPSHOT + 1.0.0 simple-client