Skip to content

Commit 3ffc3da

Browse files
committed
Set version number for auto-value-parent to 1.6.1.
1 parent 41d78d2 commit 3ffc3da

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.6.1</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.6.1</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.6.1</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.6.1</version>
2525
</parent>
2626

2727
<groupId>com.google.auto.value</groupId>
2828
<artifactId>auto-value</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.6.1</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,12 +22,12 @@
2222
<parent>
2323
<groupId>com.google.auto.value</groupId>
2424
<artifactId>auto-value-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.6.1</version>
2626
</parent>
2727

2828
<groupId>com.google.auto.value.it.functional</groupId>
2929
<artifactId>functional</artifactId>
30-
<version>HEAD-SNAPSHOT</version>
30+
<version>1.6.1</version>
3131
<name>Auto-Value Functional Integration Test</name>
3232
<properties>
3333
<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,12 +22,12 @@
2222
<parent>
2323
<groupId>com.google.auto.value</groupId>
2424
<artifactId>auto-value-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.6.1</version>
2626
</parent>
2727

2828
<groupId>com.google.auto.value.it.gwtserializer</groupId>
2929
<artifactId>gwtserializer</artifactId>
30-
<version>HEAD-SNAPSHOT</version>
30+
<version>1.6.1</version>
3131
<name>Auto-Value GWT-RPC Serialization Integration Test</name>
3232
<dependencyManagement>
3333
<dependencies>

0 commit comments

Comments
 (0)