summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-19 18:28:21 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-19 18:42:42 +0100
commit435f1f3d84e6cccc93e23bcfc5ffddcc11c58052 (patch)
tree4719a89c4d23462892a6c5ebc61bfe0be303e7a6 /pom.xml
parentaf889ca2b58207363b2d48044df6895dd7252d7a (diff)
downloadsonarqube-435f1f3d84e6cccc93e23bcfc5ffddcc11c58052.tar.gz
sonarqube-435f1f3d84e6cccc93e23bcfc5ffddcc11c58052.zip
SONAR-3612 Custom servlet filters are not loaded after database upgrade
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 746f1cd7ae1..0204dc7eb03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
</prerequisites>
<properties>
- <sonarJava.version>1.1</sonarJava.version>
+ <sonarJava.version>1.2-M2</sonarJava.version>
<sonarGwt.version>3.3.1</sonarGwt.version>
<h2.version>1.3.167</h2.version>
<jetty.version>6.1.25</jetty.version>