Skip to content

Commit

Permalink
chore: Renaming to
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 committed Oct 4, 2023
1 parent 778a547 commit e9f2b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<site.installationModule>${project.artifactId}</site.installationModule>
<report.jxr.inherited>false</report.jxr.inherited>
<skipITs>true</skipITs>
<auto-value-annotation.version>1.10.4</auto-value-annotation.version>
<auto-value.version>1.10.4</auto-value.version>
<surefire.version>3.1.2</surefire.version>
<docRoot>/java/docs/reference/</docRoot>
</properties>
Expand Down Expand Up @@ -538,7 +538,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${auto-value-annotation.version}</version>
<version>${auto-value.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -741,7 +741,7 @@
<path>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>${auto-value-annotation.version}</version>
<version>${auto-value.version}</version>
</path>
<!--
Manually pull in auto-service-annotations so that it is part of the
Expand Down

0 comments on commit e9f2b52

Please sign in to comment.