diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index 4fc183b687..3048be0c62 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.1
auto-value-annotations
- HEAD-SNAPSHOT
+ 1.10.1
AutoValue Annotations
Immutable value-type code generation for Java 1.7+.
diff --git a/value/pom.xml b/value/pom.xml
index 04a371567d..fc38719aa0 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -20,7 +20,7 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.10.1
AutoValue Parent
Immutable value-type code generation for Java 7+.
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index c98440daed..20381c453e 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.1
auto-value
- HEAD-SNAPSHOT
+ 1.10.1
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 6514f64621..5df79281ac 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.1
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.functional
functional
- HEAD-SNAPSHOT
+ 1.10.1
Auto-Value Functional Integration Test
1.7.21
diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml
index 3a3b428a97..d9204f3366 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.1
../../../pom.xml
https://github.com/google/auto/tree/master/value
com.google.auto.value.it.gwtserializer
gwtserializer
- HEAD-SNAPSHOT
+ 1.10.1
Auto-Value GWT-RPC Serialization Integration Test