GWT 2.7.0 final

This commit is contained in:
Sean Owen 2014-12-03 11:07:09 -06:00
parent 0859154bc8
commit aa97cd17fb
2 changed files with 2 additions and 2 deletions

View file

@ -212,7 +212,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId> <artifactId>maven-clean-plugin</artifactId>
<version>2.6</version> <version>2.6.1</version>
<configuration> <configuration>
<filesets> <filesets>
<fileset> <fileset>

View file

@ -43,7 +43,7 @@
</parent> </parent>
<properties> <properties>
<gwt.version>2.7.0-rc1</gwt.version> <gwt.version>2.7.0</gwt.version>
</properties> </properties>
<build> <build>