diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index 88711d2c5e..7dc0addeb6 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.3
com.google.auto.value
auto-value-annotations
- HEAD-SNAPSHOT
+ 1.6.3
AutoValue Annotations
Immutable value-type code generation for Java 1.6+.
diff --git a/value/pom.xml b/value/pom.xml
index 2688eb37e5..d4a5437180 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -26,7 +26,7 @@
com.google.auto.value
auto-value-parent
- HEAD-SNAPSHOT
+ 1.6.3
AutoValue Parent
Immutable value-type code generation for Java 1.6+.
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index b6708f8320..a64a789d21 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.3
com.google.auto.value
auto-value
- HEAD-SNAPSHOT
+ 1.6.3
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 37cf060d72..8c9fc69798 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.3
com.google.auto.value.it.functional
functional
- HEAD-SNAPSHOT
+ 1.6.3
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 41f3fd0380..bfded81e81 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.3
com.google.auto.value.it.gwtserializer
gwtserializer
- HEAD-SNAPSHOT
+ 1.6.3
Auto-Value GWT-RPC Serialization Integration Test