Skip to content

Commit c11df8e

Browse files
committed
Set version number for auto-value-parent
�[0m to 1.10.2.
1 parent ac6de46 commit c11df8e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

value/annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>com.google.auto.value</groupId>
2323
<artifactId>auto-value-parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.10.2</version>
2525
</parent>
2626

2727
<artifactId>auto-value-annotations</artifactId>
28-
<version>HEAD-SNAPSHOT</version>
28+
<version>1.10.2</version>
2929
<name>AutoValue Annotations</name>
3030
<description>
3131
Immutable value-type code generation for Java 1.7+.

value/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.google.auto.value</groupId>
2222
<artifactId>auto-value-parent</artifactId>
23-
<version>HEAD-SNAPSHOT</version>
23+
<version>1.10.2</version>
2424
<name>AutoValue Parent</name>
2525
<description>
2626
Immutable value-type code generation for Java 7+.

value/processor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>com.google.auto.value</groupId>
2323
<artifactId>auto-value-parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.10.2</version>
2525
</parent>
2626

2727
<artifactId>auto-value</artifactId>
28-
<version>HEAD-SNAPSHOT</version>
28+
<version>1.10.2</version>
2929
<name>AutoValue Processor</name>
3030
<description>
3131
Immutable value-type code generation for Java 1.7+.

value/src/it/functional/pom.xml

+2-2
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.10.2</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828
<url>https://github.com/google/auto/tree/main/value</url>
2929

3030
<groupId>com.google.auto.value.it.functional</groupId>
3131
<artifactId>functional</artifactId>
32-
<version>HEAD-SNAPSHOT</version>
32+
<version>1.10.2</version>
3333
<name>Auto-Value Functional Integration Test</name>
3434
<properties>
3535
<kotlin.version>1.8.22</kotlin.version>

value/src/it/gwtserializer/pom.xml

+2-2
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.10.2</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828
<url>https://github.com/google/auto/tree/main/value</url>
2929

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

0 commit comments

Comments
 (0)