summaryrefslogtreecommitdiffstats
path: root/gerrit-plugin-gwtui
diff options
context:
space:
mode:
authorDariusz Luksza <dariusz@luksza.org>2012-11-17 05:20:19 +0100
committerDariusz Luksza <dariusz@luksza.org>2012-11-17 05:20:19 +0100
commit035ac8f3c8a8c733e616e79e9f4a4cecd4778efc (patch)
treee26ebbcf631e9a8715eacdc476c9f716692a845f /gerrit-plugin-gwtui
parent3a50e578901e5ed9ff45095709b2f0410054e829 (diff)
Bump GWT version to 2.5.0
Additional minor changes to ChangesApi was required. This version bump could fix problems with IE9. Change-Id: I19af7125c696ef9a962f10260feb73c095d2b11d Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
Diffstat (limited to 'gerrit-plugin-gwtui')
-rw-r--r--gerrit-plugin-gwtui/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml
index f5df326732..1460870557 100644
--- a/gerrit-plugin-gwtui/pom.xml
+++ b/gerrit-plugin-gwtui/pom.xml
@@ -58,7 +58,7 @@ limitations under the License.
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
- <versionRange>[2.4.0,)</versionRange>
+ <versionRange>[2.5.0,)</versionRange>
<goals>
<goal>resources</goal>
<goal>compile</goal>
@@ -121,4 +121,5 @@ limitations under the License.
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>
+