Skip to content

Commit

Permalink
Update dependencies on AutoService from 1.0-rc7 to 1.0.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 367088052
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Apr 6, 2021
1 parent 24c9861 commit 322cdae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc7</version>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion value/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</scm>

<properties>
<auto-service.version>1.0-rc7</auto-service.version>
<auto-service.version>1.0</auto-service.version>
<errorprone.version>2.6.0</errorprone.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion value/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc7</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 322cdae

Please sign in to comment.