Skip to content

Commit a2fe7ca

Browse files
committed
udpate versions
1 parent 7aabe64 commit a2fe7ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gwt-editor-gwt2-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
<description>Test cases for the GWT 2 tests</description>
1717

1818
<properties>
19-
<maven.gwt.plugin>1.0.0</maven.gwt.plugin>
19+
<maven.gwt.plugin>1.1.0</maven.gwt.plugin>
2020

21-
<gwt.version>2.10.0</gwt.version>
21+
<gwt.version>2.11.0</gwt.version>
2222
<junit.version>4.13.1</junit.version>
2323
</properties>
2424

2525
<dependencies>
2626
<dependency>
27-
<groupId>com.google.gwt</groupId>
27+
<groupId>org.gwtproject</groupId>
2828
<artifactId>gwt-user</artifactId>
2929
<version>${gwt.version}</version>
3030
<scope>test</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>com.google.gwt</groupId>
33+
<groupId>org.gwtproject</groupId>
3434
<artifactId>gwt-dev</artifactId>
3535
<version>${gwt.version}</version>
3636
<scope>test</scope>

gwt-editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<inceptionYear>2018</inceptionYear>
4848

4949
<properties>
50-
<maven.gwt.plugin>1.0.0</maven.gwt.plugin>
50+
<maven.gwt.plugin>1.1.0</maven.gwt.plugin>
5151

5252
<gwt-event.version>1.0.0-RC1</gwt-event.version>
5353
</properties>

0 commit comments

Comments
 (0)