From 66544feab64f1e53796d261c6820565a67425803 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Mon, 6 May 2013 09:19:41 -0700 Subject: [PATCH] [maven-release-plugin] prepare release parent-1.0.1 --- okhttp-apache/pom.xml | 2 +- okhttp/pom.xml | 2 +- pom.xml | 4 ++-- samples/guide/pom.xml | 2 +- samples/pom.xml | 2 +- samples/simple-client/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 593ec099465f..1edeb36fbbba 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0.1-SNAPSHOT + 1.0.1 okhttp-apache diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 2cc761a7f2f9..60ea3a609edc 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0.1-SNAPSHOT + 1.0.1 okhttp diff --git a/pom.xml b/pom.xml index 6975d5634dc8..bb6104815bf5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.0.1-SNAPSHOT + 1.0.1 pom OkHttp (Parent) @@ -43,7 +43,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.0.1 diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index a7919207eb24..e591e1bbb0e5 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.0.1-SNAPSHOT + 1.0.1 guide diff --git a/samples/pom.xml b/samples/pom.xml index 124d1ee0cad7..eff18df23f85 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.0.1-SNAPSHOT + 1.0.1 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index c13d43fbc99b..03fbe487ae5f 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.1-SNAPSHOT + 1.0.1 simple-client