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 4d733da commit 147a534
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions guava-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
This project includes GWT-friendly sources.
</description>
<properties>
<gwt.version>2.9.0</gwt.version>
<gwt.version>2.10.0</gwt.version>
<gwt.plugin.version>2.8.2</gwt.plugin.version>
<gwt.logLevel>WARN</gwt.logLevel>
</properties>
Expand Down Expand Up @@ -78,13 +78,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwt.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -315,6 +315,7 @@
</execution>
</executions>
</plugin>
<!-- TODO(cpovirk): We really should try tbroyer's plugin instead of this legacy one. -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
Expand Down

0 comments on commit 147a534

Please sign in to comment.