Skip to content

Commit efdcc09

Browse files
committed
Set version number for auto-value-parent to 1.7.
1 parent 4543619 commit efdcc09

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

value/annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.google.auto.value</groupId>
2323
<artifactId>auto-value-parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.7</version>
2525
</parent>
2626

2727
<groupId>com.google.auto.value</groupId>
2828
<artifactId>auto-value-annotations</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.7</version>
3030
<name>AutoValue Annotations</name>
3131
<description>
3232
Immutable value-type code generation for Java 1.6+.

value/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.google.auto.value</groupId>
2828
<artifactId>auto-value-parent</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.7</version>
3030
<name>AutoValue Parent</name>
3131
<description>
3232
Immutable value-type code generation for Java 1.6+.

value/processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.google.auto.value</groupId>
2323
<artifactId>auto-value-parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.7</version>
2525
</parent>
2626

2727
<groupId>com.google.auto.value</groupId>
2828
<artifactId>auto-value</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.7</version>
3030
<name>AutoValue Processor</name>
3131
<description>
3232
Immutable value-type code generation for Java 1.6+.

value/src/it/functional/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>com.google.auto.value</groupId>
2424
<artifactId>auto-value-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.7</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828
<url>https://github.com/google/auto/tree/master/value</url>
2929

3030
<groupId>com.google.auto.value.it.functional</groupId>
3131
<artifactId>functional</artifactId>
32-
<version>HEAD-SNAPSHOT</version>
32+
<version>1.7</version>
3333
<name>Auto-Value Functional Integration Test</name>
3434
<properties>
3535
<exclude.tests>this-matches-nothing</exclude.tests>

value/src/it/gwtserializer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>com.google.auto.value</groupId>
2424
<artifactId>auto-value-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.7</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828
<url>https://github.com/google/auto/tree/master/value</url>
2929

3030
<groupId>com.google.auto.value.it.gwtserializer</groupId>
3131
<artifactId>gwtserializer</artifactId>
32-
<version>HEAD-SNAPSHOT</version>
32+
<version>1.7</version>
3333
<name>Auto-Value GWT-RPC Serialization Integration Test</name>
3434
<dependencyManagement>
3535
<dependencies>

0 commit comments

Comments
 (0)