diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index f0f24a273d..be83c1075f 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -2,7 +2,7 @@ okio-parent com.squareup.okio - 1.17.4 + 1.18.0-SNAPSHOT 4.0.0 diff --git a/okio/pom.xml b/okio/pom.xml index 85eeca6c22..da7c6a3d48 100644 --- a/okio/pom.xml +++ b/okio/pom.xml @@ -6,7 +6,7 @@ com.squareup.okio okio-parent - 1.17.4 + 1.18.0-SNAPSHOT okio diff --git a/pom.xml b/pom.xml index 075b5d2b5a..c56ae2ad29 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okio okio-parent - 1.17.4 + 1.18.0-SNAPSHOT pom Okio (Parent) A modern I/O API for Java @@ -39,7 +39,7 @@ https://github.com/square/okio/ scm:git:https://github.com/square/okio.git scm:git:git@github.com:square/okio.git - okio-parent-1.17.4 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index c33c99cb38..9facf00618 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okio okio-parent - 1.17.4 + 1.18.0-SNAPSHOT samples