diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index 4fc183b687..f3738dd846 100644
--- a/value/annotations/pom.xml
+++ b/value/annotations/pom.xml
@@ -21,11 +21,11 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10
auto-value-annotations
- HEAD-SNAPSHOT
+ 1.10
AutoValue Annotations
Immutable value-type code generation for Java 1.7+.
diff --git a/value/pom.xml b/value/pom.xml
index 04a371567d..714d4bcb21 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -20,7 +20,7 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10
AutoValue Parent
Immutable value-type code generation for Java 7+.
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index 952493e1e1..a4b844361e 100644
--- a/value/processor/pom.xml
+++ b/value/processor/pom.xml
@@ -21,11 +21,11 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10
auto-value
- HEAD-SNAPSHOT
+ 1.10
AutoValue Processor
Immutable value-type code generation for Java 1.7+.
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index e08efcd5ad..52f1addfe2 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -22,14 +22,14 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.functional
functional
- HEAD-SNAPSHOT
+ 1.10
Auto-Value Functional Integration Test
1.7.20
diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml
index 3a3b428a97..5a8707d8fa 100644
--- a/value/src/it/gwtserializer/pom.xml
+++ b/value/src/it/gwtserializer/pom.xml
@@ -22,14 +22,14 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.gwtserializer
gwtserializer
- HEAD-SNAPSHOT
+ 1.10
Auto-Value GWT-RPC Serialization Integration Test