From ad928c668de84199f277f083627a262485a987d1 Mon Sep 17 00:00:00 2001 From: jwilson Date: Sun, 11 Aug 2013 10:30:06 -0400 Subject: [PATCH] [maven-release-plugin] prepare release parent-1.2 --- 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 abe319412417..1d39c5ca2767 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 mockwebserver diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 95540b4dd48d..83f3df4d58cd 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 okhttp-apache diff --git a/okhttp-protocols/pom.xml b/okhttp-protocols/pom.xml index 6821a8be1a43..3838a5ac664f 100644 --- a/okhttp-protocols/pom.xml +++ b/okhttp-protocols/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 okhttp-protocols diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 3007b1d2042c..650b039af751 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 okhttp diff --git a/pom.xml b/pom.xml index 42a1169ec211..11dae37ad3a8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 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 diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index e2a139482404..d7daaeb64e70 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.1.2-SNAPSHOT + 1.2 guide diff --git a/samples/pom.xml b/samples/pom.xml index ae149d93d526..f3b442357534 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.2-SNAPSHOT + 1.2 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index ed7f390e5ddf..ae3f2a3402cc 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.1.2-SNAPSHOT + 1.2 simple-client