aboutsummaryrefslogtreecommitdiff
path: root/value/processor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'value/processor/pom.xml')
-rw-r--r--value/processor/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/value/processor/pom.xml b/value/processor/pom.xml
index 0aa9ec8e..5968352c 100644
--- a/value/processor/pom.xml
+++ b/value/processor/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
- <version>HEAD-SNAPSHOT</version>
+ <version>1.7.4</version>
</parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
- <version>HEAD-SNAPSHOT</version>
+ <version>1.7.4</version>
<name>AutoValue Processor</name>
<description>
Immutable value-type code generation for Java 1.6+.