Skip to content

Commit

Permalink
Set version number for auto-value-parent to 1.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Nov 17, 2022
1 parent 6de325b commit c698816
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,11 +21,11 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.10.1</version>
</parent>

<artifactId>auto-value-annotations</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.10.1</version>
<name>AutoValue Annotations</name>
<description>
Immutable value-type code generation for Java 1.7+.
Expand Down
2 changes: 1 addition & 1 deletion value/pom.xml
Expand Up @@ -20,7 +20,7 @@

<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.10.1</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,11 +21,11 @@
<parent>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.10.1</version>
</parent>

<artifactId>auto-value</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.10.1</version>
<name>AutoValue Processor</name>
<description>
Immutable value-type code generation for Java 1.7+.
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.10.1</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.10.1</version>
<name>Auto-Value Functional Integration Test</name>
<properties>
<kotlin.version>1.7.21</kotlin.version>
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.10.1</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.10.1</version>
<name>Auto-Value GWT-RPC Serialization Integration Test</name>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit c698816

Please sign in to comment.