From 86d4716b58ad3652e5e768bc52f807817a97c61c Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 12 Nov 2014 00:34:31 -0500 Subject: [PATCH] [maven-release-plugin] prepare release parent-2.1.0 --- benchmarks/pom.xml | 2 +- mockwebserver/pom.xml | 2 +- okcurl/pom.xml | 2 +- okhttp-apache/pom.xml | 2 +- okhttp-tests/pom.xml | 2 +- okhttp-urlconnection/pom.xml | 2 +- okhttp/pom.xml | 2 +- pom.xml | 4 ++-- samples/crawler/pom.xml | 2 +- samples/guide/pom.xml | 2 +- samples/pom.xml | 2 +- samples/simple-client/pom.xml | 2 +- samples/static-server/pom.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 241b43e7956c..28474e312e23 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 benchmarks diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index 72a971eaf35c..a9dee6683952 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 mockwebserver diff --git a/okcurl/pom.xml b/okcurl/pom.xml index dddd30f85b92..b36b89e2f8de 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 okcurl diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 5a16478e7e40..580c999a1ef0 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 okhttp-apache diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml index 0ddd33281b6f..2c845ddb0af0 100644 --- a/okhttp-tests/pom.xml +++ b/okhttp-tests/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 okhttp-tests diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index e3589040e1bf..2ed799064d91 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 okhttp-urlconnection diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 62f93125f13d..02504a010420 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 okhttp diff --git a/pom.xml b/pom.xml index d299b7bbf9b0..82383f466c99 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 pom OkHttp (Parent) @@ -53,7 +53,7 @@ https://github.com/square/okhttp/ scm:git:https://github.com/square/okhttp.git scm:git:git@github.com:square/okhttp.git - HEAD + parent-2.1.0 diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml index 0075719bfd30..de15e7a29a86 100644 --- a/samples/crawler/pom.xml +++ b/samples/crawler/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.1.0-SNAPSHOT + 2.1.0 crawler diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml index 78ac79da75d3..b9d1ae60cd31 100644 --- a/samples/guide/pom.xml +++ b/samples/guide/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.1.0-SNAPSHOT + 2.1.0 guide diff --git a/samples/pom.xml b/samples/pom.xml index 75831b659557..c21c337460ad 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp parent - 2.1.0-SNAPSHOT + 2.1.0 com.squareup.okhttp.sample diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index ef080925b91f..8ddd487667c0 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.1.0-SNAPSHOT + 2.1.0 simple-client diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml index 44fa83be33c8..525a9e02aab0 100644 --- a/samples/static-server/pom.xml +++ b/samples/static-server/pom.xml @@ -6,7 +6,7 @@ com.squareup.okhttp.sample sample-parent - 2.1.0-SNAPSHOT + 2.1.0 static-server