aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-12 10:27:24 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-12 10:27:24 +0100
commit33099dcf59d615e726edc07bc8e44e84b6b04386 (patch)
treeefe68c8f68e71cfc16e743960897c9739800eefe /pom.xml
parent53b7a94a4d95b3d2e5e20faf62c4a9fc77e42c31 (diff)
downloadsonarqube-33099dcf59d615e726edc07bc8e44e84b6b04386.tar.gz
sonarqube-33099dcf59d615e726edc07bc8e44e84b6b04386.zip
SONAR-3939 add the property sonarGwt.version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 510cbe9f06f..be2d5e3375b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
<properties>
<sonarJava.version>1.1-SNAPSHOT</sonarJava.version>
+ <sonarGwt.version>3.3.1</sonarGwt.version>
<h2.version>1.3.167</h2.version>
<jetty.version>6.1.25</jetty.version>
<sonar.skippedModules>sonar-core-gwt</sonar.skippedModules>