From eb15ab9e6a7fc15b6f9c57c65708dbb4d33ee8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Tue, 26 Jun 2018 09:21:51 -0700 Subject: [PATCH] Set version number for auto-value-parent to 1.6.2. --- value/annotations/pom.xml | 4 ++-- value/pom.xml | 2 +- value/processor/pom.xml | 4 ++-- value/src/it/functional/pom.xml | 4 ++-- value/src/it/gwtserializer/pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml index a147ab438b..f59f1b0c83 100644 --- a/value/annotations/pom.xml +++ b/value/annotations/pom.xml @@ -21,12 +21,12 @@ com.google.auto.value auto-value-parent - HEAD-SNAPSHOT + 1.6.2 com.google.auto.value auto-value-annotations - HEAD-SNAPSHOT + 1.6.2 AutoValue Annotations Immutable value-type code generation for Java 1.6+. diff --git a/value/pom.xml b/value/pom.xml index b78a11eba2..4c8fbdb9b3 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -26,7 +26,7 @@ com.google.auto.value auto-value-parent - HEAD-SNAPSHOT + 1.6.2 AutoValue Parent Immutable value-type code generation for Java 1.6+. diff --git a/value/processor/pom.xml b/value/processor/pom.xml index a99276f1df..e66bc1d585 100644 --- a/value/processor/pom.xml +++ b/value/processor/pom.xml @@ -21,12 +21,12 @@ com.google.auto.value auto-value-parent - HEAD-SNAPSHOT + 1.6.2 com.google.auto.value auto-value - HEAD-SNAPSHOT + 1.6.2 AutoValue Processor Immutable value-type code generation for Java 1.6+. diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index 0a98befbfc..651678f039 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -22,12 +22,12 @@ com.google.auto.value auto-value-parent - HEAD-SNAPSHOT + 1.6.2 com.google.auto.value.it.functional functional - HEAD-SNAPSHOT + 1.6.2 Auto-Value Functional Integration Test this-matches-nothing diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml index 15d53f273f..46382bdc56 100644 --- a/value/src/it/gwtserializer/pom.xml +++ b/value/src/it/gwtserializer/pom.xml @@ -22,12 +22,12 @@ com.google.auto.value auto-value-parent - HEAD-SNAPSHOT + 1.6.2 com.google.auto.value.it.gwtserializer gwtserializer - HEAD-SNAPSHOT + 1.6.2 Auto-Value GWT-RPC Serialization Integration Test