diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index ad391f00c..80ed4470a 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
benchmarks
diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml
index 11a06a77a..00aae47aa 100644
--- a/mockwebserver/pom.xml
+++ b/mockwebserver/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
mockwebserver
diff --git a/okcurl/pom.xml b/okcurl/pom.xml
index eb75b6962..85b6b5564 100644
--- a/okcurl/pom.xml
+++ b/okcurl/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okcurl
diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml
index 7af00a5f6..ef5f02808 100644
--- a/okhttp-android-support/pom.xml
+++ b/okhttp-android-support/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp-android-support
diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml
index c888807aa..5c35b8d6c 100644
--- a/okhttp-apache/pom.xml
+++ b/okhttp-apache/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp-apache
diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml
index 3791ac7e7..1513f73b4 100644
--- a/okhttp-logging-interceptor/pom.xml
+++ b/okhttp-logging-interceptor/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
logging-interceptor
diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml
index d5562006a..f6a7c1f40 100644
--- a/okhttp-testing-support/pom.xml
+++ b/okhttp-testing-support/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp-testing-support
diff --git a/okhttp-tests/pom.xml b/okhttp-tests/pom.xml
index cde5c608a..2ac6188ae 100644
--- a/okhttp-tests/pom.xml
+++ b/okhttp-tests/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp-tests
diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml
index 0a54e5dd9..64d479751 100644
--- a/okhttp-urlconnection/pom.xml
+++ b/okhttp-urlconnection/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp-urlconnection
diff --git a/okhttp/pom.xml b/okhttp/pom.xml
index 4be1db93d..e2a9a723b 100644
--- a/okhttp/pom.xml
+++ b/okhttp/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
okhttp
diff --git a/pom.xml b/pom.xml
index b57f46908..c92a23be3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
pom
OkHttp (Parent)
@@ -63,7 +63,7 @@
https://github.com/square/okhttp/
scm:git:https://github.com/square/okhttp.git
scm:git:git@github.com:square/okhttp.git
- parent-3.8.0
+ HEAD
diff --git a/samples/crawler/pom.xml b/samples/crawler/pom.xml
index 2636eb1c7..ef746a07b 100644
--- a/samples/crawler/pom.xml
+++ b/samples/crawler/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3.sample
sample-parent
- 3.8.0
+ 3.9.0-SNAPSHOT
crawler
diff --git a/samples/guide/pom.xml b/samples/guide/pom.xml
index 8182ba257..d8336f71b 100644
--- a/samples/guide/pom.xml
+++ b/samples/guide/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3.sample
sample-parent
- 3.8.0
+ 3.9.0-SNAPSHOT
guide
diff --git a/samples/pom.xml b/samples/pom.xml
index 426a729a0..4f617d0d3 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3
parent
- 3.8.0
+ 3.9.0-SNAPSHOT
com.squareup.okhttp3.sample
diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml
index 862a3db79..1f8f6507f 100644
--- a/samples/simple-client/pom.xml
+++ b/samples/simple-client/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3.sample
sample-parent
- 3.8.0
+ 3.9.0-SNAPSHOT
simple-client
diff --git a/samples/slack/pom.xml b/samples/slack/pom.xml
index e0780fb1f..d065531a8 100644
--- a/samples/slack/pom.xml
+++ b/samples/slack/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3.sample
sample-parent
- 3.8.0
+ 3.9.0-SNAPSHOT
slack
diff --git a/samples/static-server/pom.xml b/samples/static-server/pom.xml
index 5c317008b..26f091a3c 100644
--- a/samples/static-server/pom.xml
+++ b/samples/static-server/pom.xml
@@ -6,7 +6,7 @@
com.squareup.okhttp3.sample
sample-parent
- 3.8.0
+ 3.9.0-SNAPSHOT
static-server