Skip to content

Commit

Permalink
Set version number for auto-value-parent to 1.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Jul 8, 2020
1 parent b484417 commit c59110e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions value/annotations/pom.xml
Expand Up @@ -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+.
Expand Down
2 changes: 1 addition & 1 deletion value/pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.7.4</version>
<name>AutoValue Parent</name>
<description>
Immutable value-type code generation for Java 7+.
Expand Down
4 changes: 2 additions & 2 deletions value/processor/pom.xml
Expand Up @@ -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+.
Expand Down
4 changes: 2 additions & 2 deletions value/src/it/functional/pom.xml
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.7.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<url>https://github.com/google/auto/tree/master/value</url>

<groupId>com.google.auto.value.it.functional</groupId>
<artifactId>functional</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.7.4</version>
<name>Auto-Value Functional Integration Test</name>
<properties>
<exclude.tests>this-matches-nothing</exclude.tests>
Expand Down
4 changes: 2 additions & 2 deletions value/src/it/gwtserializer/pom.xml
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.7.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<url>https://github.com/google/auto/tree/master/value</url>

<groupId>com.google.auto.value.it.gwtserializer</groupId>
<artifactId>gwtserializer</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.7.4</version>
<name>Auto-Value GWT-RPC Serialization Integration Test</name>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit c59110e

Please sign in to comment.