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 already has a 2.11.0 release available, which I'm not upgrading to in this CL. I'll leave that to Dependabot (and future semi-automated Guava version bumps).

See google/auto#1342 (comment)

RELNOTES=n/a
PiperOrigin-RevId: 647700630
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jun 28, 2024
1 parent 7e9fc7a commit 2183a14
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 @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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 2183a14

Please sign in to comment.