From c2f890879c94e75646d46e7d511cf24883056869 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sun, 6 May 2018 21:50:39 -0400 Subject: [PATCH] [maven-release-plugin] prepare release moshi-parent-1.6.0-RC1 --- adapters/pom.xml | 2 +- examples/pom.xml | 2 +- kotlin-codegen/compiler/pom.xml | 2 +- kotlin-codegen/integration-test/pom.xml | 2 +- kotlin/pom.xml | 2 +- moshi/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/adapters/pom.xml b/adapters/pom.xml index 0897ec0..e6fe84f 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 moshi-adapters diff --git a/examples/pom.xml b/examples/pom.xml index 827323c..12b8223 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 moshi-examples diff --git a/kotlin-codegen/compiler/pom.xml b/kotlin-codegen/compiler/pom.xml index 9e869eb..090a25d 100644 --- a/kotlin-codegen/compiler/pom.xml +++ b/kotlin-codegen/compiler/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 ../../pom.xml diff --git a/kotlin-codegen/integration-test/pom.xml b/kotlin-codegen/integration-test/pom.xml index c8b8b2b..938037c 100644 --- a/kotlin-codegen/integration-test/pom.xml +++ b/kotlin-codegen/integration-test/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 ../../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 0c94d65..bba8066 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 moshi-kotlin diff --git a/moshi/pom.xml b/moshi/pom.xml index ad32ad4..1a409e9 100644 --- a/moshi/pom.xml +++ b/moshi/pom.xml @@ -6,7 +6,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 moshi diff --git a/pom.xml b/pom.xml index 50e2725..28f9188 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.squareup.moshi moshi-parent - 1.6.0-SNAPSHOT + 1.6.0-RC1 pom Moshi (Parent) A modern JSON API for Android and Java @@ -45,7 +45,7 @@ https://github.com/square/moshi/ scm:git:https://github.com/square/moshi.git scm:git:git@github.com:square/moshi.git - HEAD + moshi-parent-1.6.0-RC1