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.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/value/annotations/pom.xml b/value/annotations/pom.xml
index 8bc63ac9..4fc183b6 100644
--- a/value/annotations/pom.xml
+++ b/value/annotations/pom.xml
@@ -21,15 +21,14 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
- <version>1.7.4</version>
+ <version>HEAD-SNAPSHOT</version>
</parent>
- <groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
- <version>1.7.4</version>
+ <version>HEAD-SNAPSHOT</version>
<name>AutoValue Annotations</name>
<description>
- Immutable value-type code generation for Java 1.6+.
+ Immutable value-type code generation for Java 1.7+.
</description>
<url>https://github.com/google/auto/tree/master/value</url>