We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70af25e commit ff2ef22Copy full SHA for ff2ef22
CHANGELOG
@@ -1,5 +1,5 @@
1
-March 4, 2012 - Release 0.6.2
2
- * Pom.xml updated: GWT version updated to 2.5.1-rc1
+March 26, 2014 - Release 0.6.2
+ * Pom.xml updated: GWT version updated to 2.5.1
3
* Use ScriptInjector to inject script -> support for xsiframe linker
4
5
October 4, 2012 - Release 0.6.1
@@ -29,4 +29,4 @@ June 14, 2011 - Release 0.2.0
29
30
February 14, 2011 - Release 0.1.0
31
32
- * Initial Version
+ * Initial Version
pom.xml
@@ -14,7 +14,7 @@
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17
- <gwtVersion>2.5.1-rc1</gwtVersion>
+ <gwtVersion>2.5.1</gwtVersion>
18
</properties>
19
20
0 commit comments