From 4eb81fee1f807cb97bf8fb39d23652c947561bf2 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Fri, 23 Aug 2013 23:19:48 -0700 Subject: [PATCH] [maven-release-plugin] prepare release parent-1.2.1 --- mockwebserver/pom.xml | 2 +- okhttp-apache/pom.xml | 2 +- okhttp-protocols/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 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index b044780bad36..8ca6cc6a1e2a 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 mockwebserver diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 66f90b91efc2..38e8347a37f8 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 okhttp-apache diff --git a/okhttp-protocols/pom.xml b/okhttp-protocols/pom.xml index b92baee01458..eff79ac3357f 100644 --- a/okhttp-protocols/pom.xml +++ b/okhttp-protocols/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 okhttp-protocols diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 2e419e325277..52afd24ee936 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 okhttp diff --git a/pom.xml b/pom.xml index f188fc956d58..3fd8405b017d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 pom OkHttp (Parent) @@ -44,7 +44,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.2.1 diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index d8096bc55c6f..b5f9cf4e52f9 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.2.1-SNAPSHOT + 1.2.1 guide diff --git a/samples/pom.xml b/samples/pom.xml index 89867ee3c2ec..8ec228188b6d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.2.1-SNAPSHOT + 1.2.1 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 463724e788e6..816ecadd1a7c 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.1-SNAPSHOT + 1.2.1 simple-client