aboutsummaryrefslogtreecommitdiff
path: root/value/annotations/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'value/annotations/pom.xml')
-rw-r--r--value/annotations/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index d0d4a6bb..d6c03de5 100644
--- a/value/annotations/pom.xml
+++ b/value/annotations/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-annotations</artifactId>
- <version>HEAD-SNAPSHOT</version>
+ <version>1.7.4</version>
<name>AutoValue Annotations</name>
<description>
Immutable value-type code generation for Java 1.6+.