summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@sonarsource.com>2014-09-23 13:49:39 +0200
committerStephane Gamard <stephane.gamard@sonarsource.com>2014-09-23 13:58:18 +0200
commit8c0a282339b73cc6e5247600d0ce05da7f89606d (patch)
tree8b87ce8180ab0b0e756513f7a3f565276278d6a6 /pom.xml
parent22a4eaeb820f50d4aac63c8b98030e41525a3809 (diff)
downloadsonarqube-8c0a282339b73cc6e5247600d0ce05da7f89606d.tar.gz
sonarqube-8c0a282339b73cc6e5247600d0ce05da7f89606d.zip
SONAR-5531 - Reverted to a Java 1.6 compatible ES
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 91bc460256a..9325d620f16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<logback.version>1.0.13</logback.version>
<slf4j.version>1.7.5</slf4j.version>
<tomcat.version>7.0.54</tomcat.version>
- <elasticsearch.version>1.3.2</elasticsearch.version>
+ <elasticsearch.version>1.1.2</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.0.5</maven.min.version>
<maven.api.version>2.2.0</maven.api.version>