Skip to content

Commit

Permalink
Migrate from legacy com.google.[] to org.[]project.
Browse files Browse the repository at this point in the history
org.[]project starts being available at the 2.10.0 release, so upgrade to that where necessary.

See google/auto#1342 (comment)

PiperOrigin-RevId: 457021514
  • Loading branch information
cpovirk authored and Error Prone Team committed Jun 24, 2022
1 parent 6f563b2 commit ab83ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</dependency>
<dependency>
<!-- Apache 2.0 -->
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<guava.version>31.0.1-jre</guava.version>
<gwt.version>2.8.2</gwt.version>
<gwt.version>2.10.0</gwt.version>
<truth.version>1.1.3</truth.version>
<autoservice.version>1.0.1</autoservice.version>
<autovalue.version>1.9</autovalue.version>
Expand Down

0 comments on commit ab83ae0

Please sign in to comment.