aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2015-06-12 10:40:59 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-06-24 14:34:21 +0200
commit12a57c668bb33f808cdae781a8d9308283c3da05 (patch)
treec728e756797cae6f1e5140450e814c00d9513b0f /pom.xml
parent20589b0579adb0c86f74aad19962b84b4a8901bd (diff)
downloadsonarqube-12a57c668bb33f808cdae781a8d9308283c3da05.tar.gz
sonarqube-12a57c668bb33f808cdae781a8d9308283c3da05.zip
SONAR-6649 Move initialization of persistit cache to global context
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 eecb91688d7..eae7b1b6c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1093,7 +1093,7 @@
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-persistit</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>