Skip to content

Commit

Permalink
Prepare AutoValue 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Aug 29, 2016
1 parent 73452e4 commit 6b066e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>AutoValue</name>
<description>
Immutable value-type code generation for Java 1.6+.
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
Expand Down

0 comments on commit 6b066e7

Please sign in to comment.