diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index 3751e00462..85be43ecaa 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.8
com.google.auto.value
auto-value-annotations
- HEAD-SNAPSHOT
+ 1.8
AutoValue Annotations
Immutable value-type code generation for Java 1.6+.
diff --git a/value/pom.xml b/value/pom.xml
index 8f516187b3..71ea6ef233 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -26,7 +26,7 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.8
AutoValue Parent
Immutable value-type code generation for Java 7+.
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index 558544777d..2d71131aab 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.8
com.google.auto.value
auto-value
- HEAD-SNAPSHOT
+ 1.8
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 d590fbab90..77c917398d 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.8
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.functional
functional
- HEAD-SNAPSHOT
+ 1.8
Auto-Value Functional Integration Test
1.4.32
diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml
index 407563e0f4..a043363adb 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.8
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.gwtserializer
gwtserializer
- HEAD-SNAPSHOT
+ 1.8
Auto-Value GWT-RPC Serialization Integration Test