aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 80f3c6e7..9f3ea326 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -13,8 +13,8 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<gQueryVersion>1.3.1</gQueryVersion>
- <gwtversion>2.5.0</gwtversion>
- <gwtmaven>2.5.0</gwtmaven>
+ <gwtversion>2.5.1</gwtversion>
+ <gwtmaven>2.5.1</gwtmaven>
</properties>
<repositories>
diff --git a/pom.xml b/pom.xml
index 9712d5cf..31bc987c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<properties>
<!-- <gwtversion>2.4.0-dollarpatch</gwtversion> -->
<gwtversion>2.5.1</gwtversion>
- <gwtmaven>2.5.1-rc1</gwtmaven>
+ <gwtmaven>2.5.1</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>