Skip to content

Commit 147a534

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Migrate from legacy com.google.gwt to org.gwtproject.
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
1 parent 4d733da commit 147a534

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

guava-gwt/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This project includes GWT-friendly sources.
1818
</description>
1919
<properties>
20-
<gwt.version>2.9.0</gwt.version>
20+
<gwt.version>2.10.0</gwt.version>
2121
<gwt.plugin.version>2.8.2</gwt.plugin.version>
2222
<gwt.logLevel>WARN</gwt.logLevel>
2323
</properties>
@@ -78,13 +78,13 @@
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
81-
<groupId>com.google.gwt</groupId>
81+
<groupId>org.gwtproject</groupId>
8282
<artifactId>gwt-dev</artifactId>
8383
<version>${gwt.version}</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<dependency>
87-
<groupId>com.google.gwt</groupId>
87+
<groupId>org.gwtproject</groupId>
8888
<artifactId>gwt-user</artifactId>
8989
<version>${gwt.version}</version>
9090
<scope>test</scope>
@@ -315,6 +315,7 @@
315315
</execution>
316316
</executions>
317317
</plugin>
318+
<!-- TODO(cpovirk): We really should try tbroyer's plugin instead of this legacy one. -->
318319
<plugin>
319320
<groupId>org.codehaus.mojo</groupId>
320321
<artifactId>gwt-maven-plugin</artifactId>

0 commit comments

Comments
 (0)