Skip to content

Commit 3cf0b8b

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 #1342 (comment) RELNOTES=n/a PiperOrigin-RevId: 457020479
1 parent ea31011 commit 3cf0b8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

value/src/it/functional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>
63-
<groupId>com.google.gwt</groupId>
63+
<groupId>org.gwtproject</groupId>
6464
<artifactId>gwt-user</artifactId>
6565
<version>2.10.0</version>
6666
</dependency>

value/src/it/gwtserializer/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<dependencyManagement>
3535
<dependencies>
3636
<dependency>
37-
<groupId>com.google.gwt</groupId>
37+
<groupId>org.gwtproject</groupId>
3838
<artifactId>gwt</artifactId>
39-
<version>2.9.0</version>
39+
<version>2.10.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -55,12 +55,12 @@
5555
<optional>true</optional>
5656
</dependency>
5757
<dependency>
58-
<groupId>com.google.gwt</groupId>
58+
<groupId>org.gwtproject</groupId>
5959
<artifactId>gwt-user</artifactId>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
63-
<groupId>com.google.gwt</groupId>
63+
<groupId>org.gwtproject</groupId>
6464
<artifactId>gwt-dev</artifactId>
6565
<scope>test</scope>
6666
</dependency>

0 commit comments

Comments
 (0)