aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-26 10:44:32 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-26 11:01:33 +0200
commite5afb0ad760fa38ceb624789162e01b04f49808a (patch)
treeb0d34e16c7a51c9d27a1b3c8d9700f03951965c6 /pom.xml
parent49f880247a262ed61c3b672447c32619dd9b1fef (diff)
downloadsonarqube-e5afb0ad760fa38ceb624789162e01b04f49808a.tar.gz
sonarqube-e5afb0ad760fa38ceb624789162e01b04f49808a.zip
SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initializing db
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 124e36e4d88..9905d871c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
</prerequisites>
<properties>
- <sonarJava.version>1.0</sonarJava.version>
+ <sonarJava.version>1.1-SNAPSHOT</sonarJava.version>
<h2.version>1.3.167</h2.version>
<jetty.version>6.1.25</jetty.version>
<sonar.skippedModules>sonar-gwt-api,sonar-core-gwt</sonar.skippedModules>