From 147e8e3db2d3cc0fdba85dd3e627add2a0c33368 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 11 Dec 2019 09:23:56 -0500 Subject: [PATCH] [maven-release-plugin] prepare release okio-parent-1.17.5 --- benchmarks/pom.xml | 2 +- okio/pom.xml | 2 +- pom.xml | 4 ++-- samples/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index be83c1075f..d3431bc01c 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -2,7 +2,7 @@ okio-parent com.squareup.okio - 1.18.0-SNAPSHOT + 1.17.5 4.0.0 diff --git a/okio/pom.xml b/okio/pom.xml index da7c6a3d48..867b259ab9 100644 --- a/okio/pom.xml +++ b/okio/pom.xml @@ -6,7 +6,7 @@ com.squareup.okio okio-parent - 1.18.0-SNAPSHOT + 1.17.5 okio diff --git a/pom.xml b/pom.xml index c56ae2ad29..64adb2f659 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.okio okio-parent - 1.18.0-SNAPSHOT + 1.17.5 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 - HEAD + okio-parent-1.17.5 diff --git a/samples/pom.xml b/samples/pom.xml index 9facf00618..2fc0ea2149 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ com.squareup.okio okio-parent - 1.18.0-SNAPSHOT + 1.17.5 samples