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 #1342 (comment)

RELNOTES=n/a
PiperOrigin-RevId: 457020479
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jun 24, 2022
1 parent ea31011 commit 3cf0b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion value/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>2.10.0</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions value/src/it/gwtserializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -55,12 +55,12 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 3cf0b8b

Please sign in to comment.