Skip to content

Commit 8944f01

Browse files
authored
Update samples and webAppCreator to gwt-maven-plugin 1.2.0 (#10162)
1 parent bded68b commit 8944f01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/dynatablerf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>net.ltgt.gwt.maven</groupId>
120120
<artifactId>gwt-maven-plugin</artifactId>
121-
<version>1.0.1</version>
121+
<version>1.2.0</version>
122122
<executions>
123123
<execution>
124124
<goals>

samples/mobilewebapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>net.ltgt.gwt.maven</groupId>
189189
<artifactId>gwt-maven-plugin</artifactId>
190-
<version>1.0.1</version>
190+
<version>1.2.0</version>
191191
<executions>
192192
<execution>
193193
<goals>

samples/validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>net.ltgt.gwt.maven</groupId>
125125
<artifactId>gwt-maven-plugin</artifactId>
126-
<version>1.0.1</version>
126+
<version>1.2.0</version>
127127
<executions>
128128
<execution>
129129
<goals>

user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>net.ltgt.gwt.maven</groupId>
7171
<artifactId>gwt-maven-plugin</artifactId>
72-
<version>1.0.1</version>
72+
<version>1.2.0</version>
7373
<executions>
7474
<execution>
7575
<goals>

0 commit comments

Comments
 (0)