Skip to content

Commit

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

See google/auto#1342 (comment)

RELNOTES=n/a
PiperOrigin-RevId: 457020479
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jun 24, 2022
1 parent 9de15af commit 58c661f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dependency>
<!-- Required only to test the -gwt sub-artifact. -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
the other ends up with a merge conflict. That requires reapprovals.
-->
<guava.jre.version>31.1-jre</guava.jre.version>
<gwt.version>2.9.0</gwt.version>
<gwt.version>2.10.0</gwt.version>
<protobuf.version>3.21.1</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
Expand Down Expand Up @@ -87,7 +87,7 @@
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
Expand Down

0 comments on commit 58c661f

Please sign in to comment.