From ad5ac4a57f79e2b96fd576d4bb03b06b2fbdc0cb Mon Sep 17 00:00:00 2001 From: jwilson Date: Sun, 23 Jun 2013 20:01:05 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 fdadc62a8..cebe9478c 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.1 + 1.1.2-SNAPSHOT okhttp-apache diff --git a/okhttp/pom.xml b/okhttp/pom.xml index a226fab23..853f0b9c8 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.1 + 1.1.2-SNAPSHOT okhttp diff --git a/pom.xml b/pom.xml index 46550880c..8984052cf 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 1.1.1 + 1.1.2-SNAPSHOT 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 - parent-1.1.1 + HEAD diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 6599e374d..e2a139482 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 1.1.1 + 1.1.2-SNAPSHOT guide diff --git a/samples/pom.xml b/samples/pom.xml index d1b28916a..ae149d93d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 1.1.1 + 1.1.2-SNAPSHOT com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 3a4136d81..ed7f390e5 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.1 + 1.1.2-SNAPSHOT simple-client